[issue43144] test_unicodedata: test_normalization uses network but doesn't depend on network resource

Arkadiusz Miśkiewicz report at bugs.python.org
Sat Feb 6 05:48:06 EST 2021


New submission from Arkadiusz Miśkiewicz <arekm at maven.pl>:

Hello.

test_normalization uses network but doesn't depend on network resource,
so it tries to run even when network is disabled when running tests (-u-network)

FAIL: test_normalization (test.test_unicodedata.NormalizationTest)
socket.gaierror: [Errno -3] Temporary failure in name resolution
urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
AssertionError: Could not retrieve http://www.pythontest.net/unicode/13.0.0/NormalizationTest.txt

----------
components: Tests
messages: 386554
nosy: arekm
priority: normal
severity: normal
status: open
title: test_unicodedata: test_normalization uses network but doesn't depend on network resource
type: compile error
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43144>
_______________________________________


More information about the Python-bugs-list mailing list