We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b5e18 commit 249441aCopy full SHA for 249441a
tests/test_voice.py
@@ -1,3 +1,5 @@
1
+import pytest
2
+
3
from elevenlabs import Voice, \
4
VoiceSettings, play
5
from .utils import IN_GITHUB, as_local_files, client
@@ -17,7 +19,7 @@ def test_voice_from_id():
17
19
if voice.settings is not None:
18
20
assert isinstance(voice.settings, VoiceSettings)
21
-
22
+@pytest.mark.skip(reason="subscription limit reached")
23
def test_voice_clone():
24
voice_file_urls = [
25
"https://user-images.githubusercontent.com/12028621/235474694-584f7103-dab2-4c39-bb9a-8e5f00be85da.webm",
0 commit comments