Skip to content

Commit

Permalink
CI: pin pytest version on Python 3.5 (#26619)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins authored and jreback committed Jun 2, 2019
1 parent 437efa6 commit addc5fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/deps/azure-35-compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies:
- pip
- pip:
# for python 3.5, pytest>=4.0.2 is not available in conda
- pytest>=4.0.2
- pytest==4.5.0
- html5lib==1.0b2
2 changes: 1 addition & 1 deletion ci/deps/azure-macos-35.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies:
- pip:
- python-dateutil==2.5.3
# universal
- pytest>=4.0.2
- pytest==4.5.0
- pytest-xdist
- pytest-mock
- hypothesis>=3.58.0

0 comments on commit addc5fc

Please sign in to comment.