Skip to content

Commit 7259371

Browse files
authored
CI: limit pytest version on 3.6 (#27416)
1 parent 5614dad commit 7259371

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ci/deps/azure-37-numpydev.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ dependencies:
1717
- "--pre"
1818
- "numpy"
1919
- "scipy"
20-
- pytest-azurepipelines
20+
# https://github.com/pandas-dev/pandas/issues/27421
21+
- pytest-azurepipelines<1.0.0

ci/deps/azure-macos-35.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ dependencies:
2929
- pytest-xdist
3030
- pytest-mock
3131
- hypothesis>=3.58.0
32-
- pytest-azurepipelines
32+
# https://github.com/pandas-dev/pandas/issues/27421
33+
- pytest-azurepipelines<1.0.0
34+

0 commit comments

Comments
 (0)