Skip to content

Commit a4430fd

Browse files
committed
Comment
1 parent 0502b43 commit a4430fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

requirements/testing.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
django-dynamic-fixture==2.0.0
55
# pytest 4.2 is incompatible with pytest-django 3.4.6
66
pytest==4.1.1 # pyup: <4.2
7-
# pytest-django 3.4.7 break our tests
8-
pytest-django==3.4.6 # pyup: <3.4.7
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
911
pytest-xdist==1.26.1
1012
pytest-cov==2.6.1
1113
apipkg==1.5

0 commit comments

Comments
 (0)