Skip to content

Commit

Permalink
Mark config patching test as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Feb 7, 2025
1 parent 61328f4 commit 7acde5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def test_install_tts_plugin(self):
self.assertTrue(install_tts_plugin("neon-tts-plugin-coqui"))
self.assertFalse(install_tts_plugin("neon-tts-plugin-invalid"))

@skip("Configuration patching is deprecated")
def test_patch_config(self):
import json
from neon_audio.utils import use_neon_audio
Expand Down

0 comments on commit 7acde5d

Please sign in to comment.