mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
- The audio driver tests (test_ossaudiodev.py and
test_linuxaudiodev.py) are no longer run by default. This is because they don't always work, depending on your hardware and software. To run these tests, you must use an invocation like ./python Lib/test/regrtest.py -u audio test_ossaudiodev
This commit is contained in:
parent
4ab8437e7f
commit
4507ec70cf
4 changed files with 14 additions and 0 deletions
|
@ -591,8 +591,10 @@ _expectations = {
|
|||
test_gl
|
||||
test_imgfile
|
||||
test_largefile
|
||||
test_linuxaudiodev
|
||||
test_nis
|
||||
test_ntpath
|
||||
test_ossaudiodev
|
||||
test_socketserver
|
||||
test_sunaudiodev
|
||||
test_unicode_file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue