Skip to content
Snippets Groups Projects
Commit 19fefb76 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

requirements: Pin mypy and django-stubs version

Current djangos-stubs version (1.2.0) is not compatible with latest mypy one (0.750).
So pin their version until the issue is fixed.
parent a51bf9b6
No related branches found
No related tags found
1 merge request!44requirements: Pin mypy and django-stubs version
......@@ -3,4 +3,4 @@ pytest-django
swh.scheduler[testing]
pytest-postgresql >= 2.1.0
requests_mock
django-stubs
django-stubs < 1.3.0
......@@ -31,6 +31,6 @@ setenv = DJANGO_SETTINGS_MODULE = swh.deposit.settings.testing
extras =
testing
deps =
mypy
mypy < 0.750
commands =
mypy swh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment