Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit cb1cd27

Browse files
committed
Upgrade to latest pytest-xdist
Fixes a crash in CI
1 parent fcb9d92 commit cb1cd27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/1917.internal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgrade pytest-xdist from 1.18.1 to 1.31.0, to fix a CI crash.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"pytest-asyncio>=0.10.0,<0.11",
3737
"pytest-cov==2.5.1",
3838
"pytest-watch>=4.1.0,<5",
39-
"pytest-xdist==1.18.1",
39+
"pytest-xdist==1.31.0",
4040
],
4141
'lint': [
4242
"flake8==3.5.0",

0 commit comments

Comments
 (0)