We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0502b43 commit a4430fdCopy full SHA for a4430fd
requirements/testing.txt
@@ -4,8 +4,10 @@
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
8
-pytest-django==3.4.6 # pyup: <3.4.7
+# pytest-django 3.4.7 break our tests from corporate site
+# 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