diff --git a/requirements/testing.txt b/requirements/testing.txt index 673f3b868ea..8ee31726ed9 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -2,14 +2,9 @@ -r local-docs-build.txt django-dynamic-fixture==2.0.0 -# pytest 4.2 is incompatible with pytest-django 3.4.6 -pytest==4.1.1 # pyup: <4.2 -# pytest-django 3.4.7 break our tests from corporate site -# probably a bug related to overriding django settings in -# previous tests -pytest-django==3.4.6 # pyup: <3.4.7 -# pytest-xdist >1.27 requires pytest >4.1 -pytest-xdist==1.27.0 # pyup: ignore +pytest==4.6.2 +pytest-django==3.5.0 +pytest-xdist==1.28.0 pytest-cov==2.7.1 apipkg==1.5 execnet==1.6.0