Skip to content

Commit 0502b43

Browse files
committed
The final combination
1 parent ccc5440 commit 0502b43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/testing.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
-r local-docs-build.txt
33

44
django-dynamic-fixture==2.0.0
5-
pytest==4.2.1
5+
# pytest 4.2 is incompatible with pytest-django 3.4.6
6+
pytest==4.1.1 # pyup: <4.2
67
# pytest-django 3.4.7 break our tests
78
pytest-django==3.4.6 # pyup: <3.4.7
89
pytest-xdist==1.26.1

0 commit comments

Comments
 (0)