We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b7d62 commit b2e4484Copy full SHA for b2e4484
2 files changed
docs/changelog-fragments.d/767.contrib.rst
@@ -0,0 +1,3 @@
1
+Tests: copied and adapted Python 3.13 filter warning for Python 3.14, to match
2
+the new syntax
3
+-- by :user:`mr-c`.
pytest.ini
@@ -61,6 +61,8 @@ filterwarnings =
61
# FIXME: which exposed a possible race condition in test_conn test cleanup.
62
# Ref: https://github.com/cherrypy/cheroot/issues/734
63
ignore:Exception ignored in. <function IOBase.__del__:pytest.PytestUnraisableExceptionWarning
64
+ # Python 3.14 version of the above
65
+ ignore:Exception ignored while calling deallocator <function IOBase.__del__ at:pytest.PytestUnraisableExceptionWarning
66
67
# https://docs.pytest.org/en/stable/usage.html#creating-junitxml-format-files
68
junit_duration_report = call
0 commit comments