evcc: 0.131.8 -> 0.131.10 (#364658)
[NixPkgs.git] / pkgs / development / python-modules / khanaa / 001-skip-broken-test.patch
blob37726199d06726692c85bc3e8e486bc5497f8586
1 diff --git a/tests/test_thai_spelling.py b/tests/test_thai_spelling.py
2 index 88ec07b..fb6cd01 100644
3 --- a/tests/test_thai_spelling.py
4 +++ b/tests/test_thai_spelling.py
5 @@ -164,6 +164,7 @@ class TestSpellWord(unittest.TestCase):
6 for case in GENERAL:
7 self.assertEqual(spell.spell_out(**case[0]), case[1])
9 + @unittest.skip("deprecated spell_out function is broken for test")
10 def test_onset_tone(self):
11 spell = SpellWord()
12 for case in ONSET_TONE: