Add pytest to type check dependencies

We also type check the unit tests and the unit tests now import
functionality from pytest.
This commit is contained in:
Maarten ter Huurne 2024-04-10 18:27:56 +02:00
parent 9d3940a6f2
commit e4c88103f5

View file

@ -1,2 +1,3 @@
mypy==1.10.0
django-stubs==5.0.2
pytest==7.4.3