Skip to content
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

Pin pytest-xdist to <3.5 #3274

Merged
merged 2 commits into from Nov 29, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion conda_environment_dev.yml
Expand Up @@ -7,7 +7,8 @@ dependencies:
- matplotlib-base=3.5.1
- pytest
- pytest-mpl
- pytest-xdist
# Regression introduced in https://github.com/pytest-dev/pytest-xdist/pull/778
- pytest-xdist <3.5
- pytest-rerunfailures
- pytest-instafail
- pooch
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -72,7 +72,7 @@
"tests": [
"pytest>=3.6",
"pytest-mpl",
"pytest-xdist",
"pytest-xdist<3.5",
"pytest-rerunfailures",
"pytest-instafail",
],
Expand Down
1 change: 1 addition & 0 deletions upcoming_changes/3274.maintenance.rst
@@ -0,0 +1 @@
Pin pytest-xdist to 3.5 as a workaround for test suite failure on Azure Pipeline