From 3aa4bf803bbbdda06677ab3af937726413746f24 Mon Sep 17 00:00:00 2001 From: Carbon225 Date: Tue, 17 Sep 2024 21:26:12 +0200 Subject: [PATCH] skip old test --- tests/test_normalization.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_normalization.py b/tests/test_normalization.py index 7795611..93950a2 100644 --- a/tests/test_normalization.py +++ b/tests/test_normalization.py @@ -376,6 +376,9 @@ def test_error_meta(): e = ens_process('0x.0χ.0х').error assert e.general_info == 'Contains visually confusing characters from Cyrillic and Latin scripts' + +@pytest.mark.skip(reason='there are no such characters anymore') +def test_error_meta_other_scripts(): # unknown script for character c = chr(771) e: CurableSequence = ens_process(f'bitcoin.bitcin.bi̇tcin.bitсin{c}').error