cherrypy / cheroot

Cheroot is the high-performance, pure-Python HTTP server used by CherryPy. Docs -->
https://cheroot.cherrypy.dev
BSD 3-Clause "New" or "Revised" License
185 stars 90 forks source link

Disable forked and unpin pytest #681

Closed jaraco closed 6 months ago

jaraco commented 7 months ago

❓ 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)

[related squash]: https://github.com/todotxt/todo.txt-android/wiki/Squash-All-Commits-Related-to-a-Single-Issue-into-a-Single-Commit


This change is Reviewable

jaraco commented 7 months ago

@webknjaz Per your request, I'll not merge this and I'll leave it to you to follow-up later.

webknjaz commented 7 months ago

@jaraco thank you!

webknjaz commented 7 months ago

FYI the tests fail because the pip wrapper in tox auto-injects the constraints into the pip install commands when the corresponding lock files exist. And since those pins aren't updated, this creates a conflict in dependency resolution.