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 whilst pytest-rerunfailures is incompatible with pytest 6.1 #8928

Merged
merged 1 commit into from
Sep 28, 2020

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Sep 28, 2020

Fixes #8925.

The pytest-rerunfailures plugin is not compatible with the newest pytest 6.1.0, which removed some deprecations.

Temporarily pin to pytest < 6.1.0 until pytest-dev/pytest-rerunfailures#128 is fixed and released.

@uranusjr uranusjr added the skip news Does not need a NEWS file entry (eg: trivial changes) label Sep 28, 2020
@pradyunsg pradyunsg merged commit b4d12f0 into pypa:master Sep 28, 2020
@hugovk hugovk deleted the pin-pytest branch September 28, 2020 09:09
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
skip news Does not need a NEWS file entry (eg: trivial changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pytest 6.1.0 broke test suite
3 participants