File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 64
64
run : poetry add "pydantic=^2.0.3"
65
65
- name : Install dependencies
66
66
run : make dev
67
- - name : Formatting and Linting
68
- run : make lint
69
- - name : Static type checking
70
- run : make mypy
71
67
- name : Test with pytest
72
- run : make test
73
- - name : Security baseline
74
- run : make security-baseline
75
- - name : Complexity baseline
76
- run : make complexity-baseline
68
+ run : make test-pydanticv2
Original file line number Diff line number Diff line change 33
33
poetry run pytest -m " not perf" --ignore tests/e2e --cov=aws_lambda_powertools --cov-report=xml
34
34
poetry run pytest --cache-clear tests/performance
35
35
36
+ test-pydanticv2 :
37
+ poetry run pytest -m " not perf" --ignore tests/e2e
38
+
36
39
unit-test :
37
40
poetry run pytest tests/unit
38
41
You can’t perform that action at this time.
0 commit comments