summaryrefslogtreecommitdiff
path: root/Lib/test/test_ossaudiodev.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_ossaudiodev.py')
-rw-r--r--Lib/test/test_ossaudiodev.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_ossaudiodev.py b/Lib/test/test_ossaudiodev.py
index ed8f77070a..51fdab2bcf 100644
--- a/Lib/test/test_ossaudiodev.py
+++ b/Lib/test/test_ossaudiodev.py
@@ -1,3 +1,6 @@
+from test import test_support
+test_support.requires('audio')
+
from test.test_support import verbose, findfile, TestFailed, TestSkipped
import errno