diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-12-10 18:47:56 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-12-10 18:47:56 (GMT) |
commit | efc4b121694888e00072f5a079de5496afecb05a (patch) | |
tree | 91d58819f6ac9630a898bcc608494df63d4a4154 | |
parent | 55a8790c41dd1c67895b9b1f6a7cfd86e5caf771 (diff) | |
download | cpython-efc4b121694888e00072f5a079de5496afecb05a.zip cpython-efc4b121694888e00072f5a079de5496afecb05a.tar.gz cpython-efc4b121694888e00072f5a079de5496afecb05a.tar.bz2 |
Added test_ossaudiodev to expected skips on Windows.
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |