Skip to content

Commit

Permalink
bpo-43144: Mark unicodedata's test_normalization as requiring network (
Browse files Browse the repository at this point in the history
…pythonGH-24650)

Co-authored-by: Arkadiusz Miśkiewicz <[email protected]>
  • Loading branch information
ammaraskar and arekm authored Feb 26, 2021
1 parent 9525a18 commit c6ccdfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_unicodedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ def unistr(data):
data = [int(x, 16) for x in data.split(" ")]
return "".join([chr(x) for x in data])

@requires_resource('network')
def test_normalization(self):
TESTDATAFILE = "NormalizationTest.txt"
TESTDATAURL = f"http://www.pythontest.net/unicode/{unicodedata.unidata_version}/{TESTDATAFILE}"
Expand Down

0 comments on commit c6ccdfb

Please sign in to comment.