Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/deps/azure-windows-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
# tools
- cython>=0.29.16
- pytest>=5.0.1
- pytest-xdist>=1.21
- pytest-xdist>=1.21,<2.0.0 #GH 35737
- hypothesis>=3.58.0
- pytest-azurepipelines

Expand Down
2 changes: 1 addition & 1 deletion ci/deps/azure-windows-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
# tools
- cython>=0.29.16
- pytest>=5.0.1
- pytest-xdist>=1.21
- pytest-xdist>=1.21,<2.0.0 #GH 35737
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

space after # pls

- hypothesis>=3.58.0
- pytest-azurepipelines

Expand Down
2 changes: 1 addition & 1 deletion ci/deps/travis-37-cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pytest>=5.0.1
- pytest-xdist>=1.21
- hypothesis>=3.58.0
- pytest-cov # this is only needed in the coverage build
- pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737

# pandas dependencies
- beautifulsoup4
Expand Down