From efc4b121694888e00072f5a079de5496afecb05a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 10 Dec 2002 18:47:56 +0000 Subject: Added test_ossaudiodev to expected skips on Windows. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 26294d1..413cab2 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -563,6 +563,7 @@ _expectations = { test_mpz test_nis test_openpty + test_ossaudiodev test_poll test_pty test_pwd -- cgit v0.12