Skip to content

Commit 55ad2ad

Browse files
Removing lint and type checking
1 parent c3ff186 commit 55ad2ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/quality_check_pydanticv2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install dependencies
6666
run: make dev
6767
- name: Test with pytest
68-
run: make test
68+
run: make test-pydanticv2
6969
- name: Security baseline
7070
run: make security-baseline
7171
- name: Complexity baseline

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ test:
3333
poetry run pytest -m "not perf" --ignore tests/e2e --cov=aws_lambda_powertools --cov-report=xml
3434
poetry run pytest --cache-clear tests/performance
3535

36+
test-pydanticv2:
37+
poetry run pytest -m "not perf" --ignore tests/e2e
38+
3639
unit-test:
3740
poetry run pytest tests/unit
3841

0 commit comments

Comments
 (0)