We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8034f56 commit 9c4795aCopy full SHA for 9c4795a
1 file changed
tests/integration/conftest.py
@@ -20,6 +20,7 @@ def pytest_collection_modifyitems(items):
20
if "integration" in str(item.fspath):
21
item.add_marker(pytest.mark.flaky(reruns=9, reruns_delay=1))
22
23
+
24
# Create output directory for test audio files
25
OUTPUT_DIR = Path("output")
26
OUTPUT_DIR.mkdir(exist_ok=True)
0 commit comments