Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
Bug report
Following#105801,test___all__.AllTest.test_all
is failing on every non-docs PR on the "Hypothesis tests on Ubuntu" CI job.
The traceback is:
======================================================================FAIL:test_all (test.test___all__.AllTest.test_all)----------------------------------------------------------------------Traceback (most recent call last): File"/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test___all__.py", line129, intest_allself.check_all(modname) File"/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test___all__.py", line43, incheck_allwith warnings_helper.check_warnings( File"/home/runner/work/cpython/cpython-ro-srcdir/Lib/contextlib.py", line144, in__exit__next(self.gen) File"/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/support/warnings_helper.py", line185, in_filterwarningsraiseAssertionError("unhandled warning%s"% reraise[0])AssertionError:unhandled warning {message : SyntaxWarning("invalid escape sequence '\\?'"), category : 'SyntaxWarning', filename : '/home/runner/work/cpython/cpython-ro-srcdir/Lib/test/test_httpservers.py', lineno : 445, line : None}
Example failures:
- https://github.com/python/cpython/actions/runs/5277208289/jobs/9544938249
- https://github.com/python/cpython/actions/runs/5274715744/jobs/9539462432?pr=105794
- https://github.com/python/cpython/actions/runs/5272447172/jobs/9534727485
This failure was visible in the CI for#105801 FYI