Skip to content

Commit 0849354

Browse files
committed
Downgrade test requirements
For some reason this makes test to fail in the corporate site. We should investigate the root cause, but in the meantime downgrading works.
1 parent 39a0d5f commit 0849354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/testing.txt

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

44
django-dynamic-fixture==2.0.0
5-
pytest==4.2.0
6-
pytest-django==3.4.7
5+
pytest==4.1.1
6+
pytest-django==3.4.5
77
pytest-xdist==1.26.1
88
pytest-cov==2.6.1
99
apipkg==1.5

0 commit comments

Comments
 (0)