diff --git a/requirements-test.txt b/requirements-test.txt --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ pytest pytest-django pytest-mock -django-stubs +django-stubs < 1.3.0 requests-mock swh.core[http] >= 0.0.61 swh.loader.git >= 0.0.47 diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,6 @@ extras = testing deps = - mypy + mypy<0.750 commands = mypy swh