Skip to content

Commit 693235f

Browse files
fix: pin pytest-xdist to avoid release failures (#2896)
1 parent ee9a25f commit 693235f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def read_version():
6868
"pytest-cov",
6969
"pytest-rerunfailures",
7070
"pytest-timeout",
71-
"pytest-xdist",
71+
"pytest-xdist==2.4.0",
7272
"coverage<6.2",
7373
"mock",
7474
"contextlib2",

0 commit comments

Comments
 (0)