We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6565b39 commit 310ada0Copy full SHA for 310ada0
.github/workflows/main.yml
@@ -68,7 +68,7 @@ jobs:
68
-p 5003:8765 \
69
${{ env.IMAGE }}:latest
70
- name: Pytest
71
- run: docker exec fastapi-tdd python -m pytest .
+ run: docker exec fastapi-tdd python -m pip freeze
72
- name: Flake8
73
run: docker exec fastapi-tdd python -m flake8 .
74
- name: Black
project/requirements.txt
@@ -6,8 +6,8 @@ flake8==7.2.0
6
gunicorn==22.0.0
7
httpx==0.28.1
8
isort==6.0.1
9
-pytest-cov==6.1.1
10
pydantic-settings==2.8.1
11
pytest==8.3.5
+pytest-cov==6.1.1
12
tortoise-orm==0.25.0
13
uvicorn==0.34.1
0 commit comments