Skip to content

CI: pytest, xdist versions #27845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 12, 2019
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions ci/deps/azure-37-locale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies:
- xlsxwriter
- xlwt
# universal
- pytest>=4.0.2
- pytest-xdist
- pytest>=5.0.1
- pytest-xdist>=1.29.0
- pytest-mock
- pytest-azurepipelines
- pip
Expand Down
3 changes: 2 additions & 1 deletion ci/deps/azure-37-numpydev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ dependencies:
- pytz
- Cython>=0.28.2
# universal
- pytest>=4.0.2
# pytest < 5 until defaults has pytest-xdist>=1.29.0
- pytest>=4.0.2,<5.0
- pytest-xdist
- pytest-mock
- hypothesis>=3.58.0
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/azure-macos-35.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies:
- pip:
- pyreadstat
# universal
- pytest==4.5.0
- pytest-xdist
- pytest>=5.0.1
- pytest-xdist>=1.29.0
- pytest-mock
- hypothesis>=3.58.0
# https://github.com/pandas-dev/pandas/issues/27421
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/azure-windows-36.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ dependencies:
- xlwt
# universal
- cython>=0.28.2
- pytest>=4.0.2
- pytest-xdist
- pytest>=5.0.1
- pytest-xdist>=1.29.0
- pytest-mock
- pytest-azurepipelines
- hypothesis>=3.58.0
4 changes: 2 additions & 2 deletions ci/deps/azure-windows-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies:
- xlwt
# universal
- cython>=0.28.2
- pytest>=4.0.2
- pytest-xdist
- pytest>=5.0.0
- pytest-xdist>=1.29.0
- pytest-mock
- pytest-azurepipelines
- hypothesis>=3.58.0
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/travis-36-cov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ dependencies:
- xlsxwriter
- xlwt
# universal
- pytest
- pytest-xdist
- pytest>=5.0.1
- pytest-xdist>=1.29.0
- pytest-cov
- pytest-mock
- hypothesis>=3.58.0
Expand Down
4 changes: 2 additions & 2 deletions ci/deps/travis-37.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:
- pyarrow
- pytz
# universal
- pytest>=4.0.2
- pytest-xdist
- pytest>=5.0.0
Copy link
Member

Choose a reason for hiding this comment

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

why 5.0.0 in some places and 5.0.1 in others?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just sloppiness on my part.

- pytest-xdist>=1.29.0
- pytest-mock
- hypothesis>=3.58.0
- s3fs
Expand Down