]> granicus.if.org Git - python/commitdiff
Add test_pep277 to the expected skips on Linux. (This test seems to
authorGuido van Rossum <guido@python.org>
Sun, 6 Oct 2002 20:36:31 +0000 (20:36 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 6 Oct 2002 20:36:31 +0000 (20:36 +0000)
be skipped everywhere except on Windows NT and descendants, but I'm
only going to add it to the skip list for the platform I can test.)

Lib/test/regrtest.py

index 9af63d9344d3c651a5b17e2dfb0b5fc585fc1555..4f556bd45504a5cb2240a500ae7eaf74c8d60c48 100755 (executable)
@@ -543,6 +543,7 @@ _expectations = {
         test_largefile
         test_nis
         test_ntpath
+        test_pep277
         test_socket_ssl
         test_socketserver
         test_sunaudiodev