mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
test_winsound should require the "audio" resource, as it does on 3.x.
(this should fix some buildbot test failures)
This commit is contained in:
parent
56913b7500
commit
508d7d356e
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
from test import test_support
|
from test import test_support
|
||||||
|
test_support.requires('audio')
|
||||||
import time
|
import time
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue