File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
docs/changelog-fragments.d Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 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 `.
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ filterwarnings =
6161 # FIXME: which exposed a possible race condition in test_conn test cleanup.
6262 # Ref: https://github.com/cherrypy/cheroot/issues/734
6363 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
6466
6567# https://docs.pytest.org/en/stable/usage.html#creating-junitxml-format-files
6668junit_duration_report = call
You can’t perform that action at this time.
0 commit comments