Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _uv:
pip install uv

test:
coverage run -m pytest -vvv
coverage run -m pytest -vvv tests
coverage report

mypy:
Expand Down
12 changes: 4 additions & 8 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.dev.in --output-file=requirements.dev.txt
attrs==21.4.0
# via
# -c requirements.prod.txt
# pytest
cfgv==3.3.1
# via pre-commit
coverage==6.5.0
# via -r requirements.dev.in
distlib==0.3.9
# via virtualenv
exceptiongroup==1.2.2
# via pytest
factory-boy==3.2.0
# via -r requirements.dev.in
faker==9.3.1
Expand All @@ -34,13 +32,11 @@ packaging==25.0
# pytest
platformdirs==4.3.7
# via virtualenv
pluggy==1.0.0
pluggy==1.5.0
# via pytest
pre-commit==2.15.0
# via -r requirements.dev.in
py==1.11.0
# via pytest
pytest==7.1.2
pytest==8.3.5
# via
# -r requirements.dev.in
# pytest-django
Expand Down