From: Christian Heimes Date: Thu, 15 Nov 2007 02:15:53 +0000 (+0000) Subject: The peeping and bawling of the builtin speaker is giving my poor cat the creeps. X-Git-Tag: v3.0a2~187 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70021d716456ffcca9caba707a735e845e18dd6e;p=thirdparty%2FPython%2Fcpython.git The peeping and bawling of the builtin speaker is giving my poor cat the creeps. --- diff --git a/Lib/test/test_winsound.py b/Lib/test/test_winsound.py index ae963f834200..32b49d3081a9 100644 --- a/Lib/test/test_winsound.py +++ b/Lib/test/test_winsound.py @@ -2,6 +2,7 @@ import unittest from test import test_support +test_support.requires('audio') import winsound, time import os import subprocess