Skip to content

Commit 371dc45

Browse files
committed
Update pytest packages
New version of pytest and friends fix the problems that we have
1 parent d0f6dad commit 371dc45

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

requirements/testing.txt

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

44
django-dynamic-fixture==2.0.0
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
11-
# pytest-xdist >1.27 requires pytest >4.1
12-
pytest-xdist==1.27.0 # pyup: ignore
5+
pytest==4.6.2
6+
pytest-django==3.5.0
7+
pytest-xdist==1.28.0
138
pytest-cov==2.7.1
149
apipkg==1.5
1510
execnet==1.6.0

0 commit comments

Comments
 (0)