We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc5440 commit 0502b43Copy full SHA for 0502b43
requirements/testing.txt
@@ -2,7 +2,8 @@
2
-r local-docs-build.txt
3
4
django-dynamic-fixture==2.0.0
5
-pytest==4.2.1
+# 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
9
pytest-xdist==1.26.1
0 commit comments