Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36546db commit 0ace326Copy full SHA for 0ace326
1 file changed
Lib/test/regrtest.py
@@ -548,6 +548,30 @@ def tolist(self, sorted=1):
548
test_winreg
549
test_winsound
550
""",
551
+ 'unixware5':
552
+ """
553
+ test_al
554
+ test_bsddb
555
+ test_cd
556
+ test_cl
557
+ test_dl
558
+ test_gl
559
+ test_imgfile
560
+ test_largefile
561
+ test_linuxaudiodev
562
+ test_minidom
563
+ test_nis
564
+ test_ntpath
565
+ test_openpty
566
+ test_pyexpat
567
+ test_sax
568
+ test_socketserver
569
+ test_sunaudiodev
570
+ test_sundry
571
+ test_unicode_file
572
+ test_winreg
573
+ test_winsound
574
+ """,
575
}
576
577
class _ExpectedSkips:
0 commit comments