Skip to content

Commit ed11655

Browse files
authored
CI: Min Pytest Cov Version/Restrict xdist version (#35754)
1 parent a3f5c6a commit ed11655

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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/azure-windows-38.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-37-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)