Skip to content

Commit ccc5440

Browse files
committed
Downgrade only django-pytest
1 parent 0849354 commit ccc5440

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirements/testing.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
-r local-docs-build.txt
33

44
django-dynamic-fixture==2.0.0
5-
pytest==4.1.1
6-
pytest-django==3.4.5
5+
pytest==4.2.1
6+
# pytest-django 3.4.7 break our tests
7+
pytest-django==3.4.6 # pyup: <3.4.7
78
pytest-xdist==1.26.1
89
pytest-cov==2.6.1
910
apipkg==1.5

0 commit comments

Comments
 (0)