We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf00d2 commit d673beeCopy full SHA for d673bee
requirements/testing.txt
@@ -2,14 +2,9 @@
2
-r local-docs-build.txt
3
4
django-dynamic-fixture==2.0.0
5
-# pytest 4.2 is incompatible with pytest-django 3.4.6
6
-pytest==4.1.1 # pyup: <4.2
7
-# pytest-django 3.4.7 break our tests from corporate site
8
-# probably a bug related to overriding django settings in
9
-# previous tests
10
-pytest-django==3.4.6 # pyup: <3.4.7
11
-# pytest-xdist >1.27 requires pytest >4.1
12
-pytest-xdist==1.27.0 # pyup: ignore
+pytest==4.6.2
+pytest-django==3.5.0
+pytest-xdist==1.28.0
13
pytest-cov==2.7.1
14
apipkg==1.5
15
execnet==1.6.0
0 commit comments