-
-
Notifications
You must be signed in to change notification settings - Fork 99
tests: silence a Python 3.14 specific warning; Mark Python 3.14 as being officially supported. #810
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #810 +/- ##
=======================================
Coverage ? 78.19%
=======================================
Files ? 41
Lines ? 4788
Branches ? 547
=======================================
Hits ? 3744
Misses ? 905
Partials ? 139 |
8216c94 to
449c60e
Compare
|
d2fe6f9 to
8f28fd9
Compare
8f28fd9 to
04c6ad1
Compare
04c6ad1 to
372d3e0
Compare
|
Doc failures are fixed in #811 ; I can include those here, if desired |
372d3e0 to
87e4b81
Compare
87e4b81 to
00fdb16
Compare
a79bc82 to
4db9158
Compare
Not sure if we should be closing that issue with this. It's probably best to keep it open for the follow-up fixes since this PR only suppresses warnings that do need fixing at some point. |
d1e8e61 to
e4374f5
Compare
e4374f5 to
cef5c0a
Compare
The existing Python 3.13 filterwarning is copied and adapted for the Python 3.14 syntax
Now that the silence warning issue is fixed. See also: cherrypy#767
cef5c0a to
88a494a
Compare
Works towards: #767
For the Debian package of cheroot we need Python 3.14 support, and I noticed modifying and adapting the Python3.13 specific warning for Python 3.14 was enough to get the tests to pass with Python 3.14.
❓ What kind of change does this PR introduce?
📋 What is the related issue number (starting with
#)#767
📋 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