This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arekm
Recipients arekm
Date 2021-02-06.10:48:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612608486.69.0.149718284588.issue43144@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-02-06 10:48:06arekmsetrecipients: + arekm
2021-02-06 10:48:06arekmsetmessageid: <1612608486.69.0.149718284588.issue43144@roundup.psfhosted.org>
2021-02-06 10:48:06arekmlinkissue43144 messages
2021-02-06 10:48:06arekmcreate