Skip to content

Commit 5844140

Browse files
committed
Pin pytest-xdist to 1.23.3
1.23.4 broke pytest 3.4 compatibility, see: pytest-dev/pytest#3724
1 parent 05b14af commit 5844140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'pytest>=3.6,<3.7',
6767
'pytest-cov==2.5.1',
6868
'pytest-django==3.1.2',
69-
'pytest-xdist>=1.22<1.23',
69+
'pytest-xdist==1.22.3',
7070
'tox>=3.0,<3.1',
7171
]
7272

0 commit comments

Comments
 (0)