Skip to content

Commit da9867e

Browse files
Should not run CDK tests with all python version - Python 3.12
1 parent 74eb9e8 commit da9867e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/quality_code_cdk_constructor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
max-parallel: 4
3535
matrix:
36-
python-version: ["3.13"]
36+
python-version: ["3.12"]
3737
env:
3838
PYTHON: "${{ matrix.python-version }}"
3939
permissions:

layer_v3/layer_constructors/tests/unit/test_new_cdk_constructor_stack.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
from layer_v3.layer_constructors.helpers import construct_build_args
77
from layer_v3.layer_constructors.layer_stack import LambdaPowertoolsLayerPythonV3
88

9+
# Test suit
10+
911

1012
def test_with_no_configuration_constructor():
1113

0 commit comments

Comments
 (0)