Commit a0b44dad authored by Antoine Pitrou's avatar Antoine Pitrou

test_winsound should require the "audio" resource, as it does on 3.x.

(this should fix some buildbot test failures)
parent ba55017a
......@@ -2,6 +2,7 @@
import unittest
from test import test_support
test_support.requires('audio')
import time
import os
import subprocess
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment