We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc624ee + 36dc0e7 commit 9b37cd9Copy full SHA for 9b37cd9
requirements/testing.txt
@@ -2,8 +2,12 @@
2
-r local-docs-build.txt
3
4
django-dynamic-fixture==2.0.0
5
-pytest==4.2.1
6
-pytest-django==3.4.7
+# pytest 4.2 is incompatible with pytest-django 3.4.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.26.1
12
pytest-cov==2.6.1
13
apipkg==1.5
0 commit comments