Skip to content

Commit

Permalink
CI: limit pytest version on 3.6 (#27416)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback authored Jul 16, 2019
1 parent 5614dad commit 7259371
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/deps/azure-37-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ dependencies:
- "--pre"
- "numpy"
- "scipy"
- pytest-azurepipelines
# https://github.com/pandas-dev/pandas/issues/27421
- pytest-azurepipelines<1.0.0
4 changes: 3 additions & 1 deletion ci/deps/azure-macos-35.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ dependencies:
- pytest-xdist
- pytest-mock
- hypothesis>=3.58.0
- pytest-azurepipelines
# https://github.com/pandas-dev/pandas/issues/27421
- pytest-azurepipelines<1.0.0

0 comments on commit 7259371

Please sign in to comment.