Kaydet (Commit) 508d7d35 authored tarafından 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)
üst 56913b75
...@@ -2,6 +2,7 @@ ...@@ -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
......
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