diff --git a/requirements-test.txt b/requirements-test.txt --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,4 +3,4 @@ swh.scheduler[testing] pytest-postgresql >= 2.1.0 requests_mock -django-stubs +django-stubs < 1.3.0 diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,6 @@ extras = testing deps = - mypy + mypy < 0.750 commands = mypy swh