Nikita Sobolev <[email protected]> added the comment:
`test.test_urllib2.MiscTests.test_issue16464` started to fail again:
```
======================================================================
ERROR: test_issue16464 (test.test_urllib2.MiscTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/runner/work/cpython/cpython/Lib/contextlib.py", line 155, in
__exit__
self.gen.throw(typ, value, traceback)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/cpython/cpython/Lib/test/support/socket_helper.py",
line 245, in transient_internet
yield
^^^^^
File "/Users/runner/work/cpython/cpython/Lib/test/test_urllib2.py", line
1799, in test_issue16464
opener.open(request, "1".encode("us-ascii"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/cpython/cpython/Lib/urllib/request.py", line 525, in
open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/cpython/cpython/Lib/urllib/request.py", line 634, in
http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/cpython/cpython/Lib/urllib/request.py", line 563, in
error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/runner/work/cpython/cpython/Lib/urllib/request.py", line 496, in
_call_chain
result = func(*args)
^^^^^^^^^^^
File "/Users/runner/work/cpython/cpython/Lib/urllib/request.py", line 643, in
http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib.error.HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
Ran 1 test in 0.093s
```
Link:
https://github.com/python/cpython/runs/5077404591?check_suite_focus=true#step:7:705
Today I had like 3 or 4 different CI failures because of it.
----------
nosy: +sobolevn
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue36019>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com