Skip to content

Commit a49bfcd

Browse files
Backport PR #35754: CI: Min Pytest Cov Version/Restrict xdist version (#35761)
Co-authored-by: Ali McMaster <[email protected]>
1 parent c5031fa commit a49bfcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/deps/azure-windows-36.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
# tools
99
- cython>=0.29.16
1010
- pytest>=5.0.1
11-
- pytest-xdist>=1.21
11+
- pytest-xdist>=1.21,<2.0.0 # GH 35737
1212
- hypothesis>=3.58.0
1313
- pytest-azurepipelines
1414

ci/deps/azure-windows-37.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
# tools
99
- cython>=0.29.16
1010
- pytest>=5.0.1
11-
- pytest-xdist>=1.21
11+
- pytest-xdist>=1.21,<2.0.0 # GH 35737
1212
- hypothesis>=3.58.0
1313
- pytest-azurepipelines
1414

ci/deps/travis-36-cov.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- pytest>=5.0.1
1111
- pytest-xdist>=1.21
1212
- hypothesis>=3.58.0
13-
- pytest-cov # this is only needed in the coverage build
13+
- pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737
1414

1515
# pandas dependencies
1616
- beautifulsoup4

0 commit comments

Comments
 (0)