Conversation
Member
Author
|
@webknjaz Per your request, I'll not merge this and I'll leave it to you to follow-up later. |
Member
|
@jaraco thank you! |
Member
|
FYI the tests fail because the pip wrapper in tox auto-injects the constraints into the |
jaraco
force-pushed
the
bugfix/511-unpin-pytest
branch
from
April 16, 2024 01:22
801f376 to
3cd212f
Compare
webknjaz
force-pushed
the
bugfix/511-unpin-pytest
branch
from
April 26, 2024 00:59
3cd212f to
0c41b7b
Compare
webknjaz
pushed a commit
to webknjaz/cheroot
that referenced
this pull request
Apr 27, 2024
This plugin is incompatible with Pytest 7+, it's difficult to fix upstream and there is no timeline for addressing that. The patch also bumps the top version boundary of Pytest to 7.2 due to the pinned `pytest-cov` raising warnings. Fixes #cherrypy#502 Resolves cherrypy#511 Closes cherrypy#680 Resolves cherrypy#681
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
❓ What kind of change does this PR introduce?
📋 What is the related issue number (starting with
#)Resolves #
❓ What is the current behavior? (You can also link to an open issue here)
❓ What is the new behavior (if this is a feature change)?
📋 Other information:
📋 Contribution checklist:
(If you're a first-timer, check out
this guide on making great pull requests)
the changes have been approved
and description in grammatically correct, complete sentences
This change is