Skip to content

Commit

Permalink
Merge pull request readthedocs#5294 from stsewd/downgrade-test-req
Browse files Browse the repository at this point in the history
Downgrade pytest-django
  • Loading branch information
stsewd authored Feb 19, 2019
2 parents fc624ee + 36dc0e7 commit 9b37cd9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
-r local-docs-build.txt

django-dynamic-fixture==2.0.0
pytest==4.2.1
pytest-django==3.4.7
# pytest 4.2 is incompatible with pytest-django 3.4.6
pytest==4.1.1 # pyup: <4.2
# pytest-django 3.4.7 break our tests from corporate site
# probably a bug related to overriding django settings in
# previous tests
pytest-django==3.4.6 # pyup: <3.4.7
pytest-xdist==1.26.1
pytest-cov==2.6.1
apipkg==1.5
Expand Down

0 comments on commit 9b37cd9

Please sign in to comment.