Skip to content

Commit 9b37cd9

Browse files
authored
Merge pull request readthedocs#5294 from stsewd/downgrade-test-req
Downgrade pytest-django
2 parents fc624ee + 36dc0e7 commit 9b37cd9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

requirements/testing.txt

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

44
django-dynamic-fixture==2.0.0
5-
pytest==4.2.1
6-
pytest-django==3.4.7
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 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
711
pytest-xdist==1.26.1
812
pytest-cov==2.6.1
913
apipkg==1.5

0 commit comments

Comments
 (0)