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

Dependencies: update to pytest >= 6, and apply fix for breaking change with that version #37

Closed
wants to merge 1 commit into from
Closed

Conversation

jayaddison
Copy link
Contributor

During recent local testing of the library -- since the release of pytest 6.0.0 on 2020-07-28 -- one of the unit tests has begun failing due to a change in plurality handling in pytest (pytest-dev/pytest#6505).

One option to fix this would be to place a versioning constraint of strictly-less-than-v6 for pytest in the project's requirements, but generally it seems better to stay current; so this offered change requires greater-than-equal-v6 and applies a fix for the breaking change.

@jeancochrane
Copy link
Owner

Sorry @jayaddison, I only just saw this! Appreciate your work getting to the bottom of this. I opened up #39 and I'm going to fix it there for the sake of promptness.

@jayaddison jayaddison deleted the dependencies/pytest-6 branch August 6, 2020 17:21
@jayaddison
Copy link
Contributor Author

No probs, thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants