We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
pip test suite is currently pinned on pytest==2.7.2 to avoid race condition issues with xdist.
pytest==2.7.2
Cf #3341 and pytest-dev/pytest#1083
We should try unpinning as soon as the issue is fixed in pytest.
The text was updated successfully, but these errors were encountered:
Change "tmpdir" fixture to work with latest pytest
7aa30db
Re-using the built-in tmpdir fixture fixes pytest-dev/pytest#1083 Also with latest pytest there's no need to use --assert=plain on py35 anymore Fixes pypa#3699 Fixes pytest-dev/pytest#1083
Successfully merging a pull request may close this issue.
pip test suite is currently pinned on
pytest==2.7.2
to avoid race condition issues with xdist.Cf #3341 and pytest-dev/pytest#1083
We should try unpinning as soon as the issue is fixed in pytest.
The text was updated successfully, but these errors were encountered: