From 9cce029e483efff3aa31c42e4cecbf5e1dfcc826 Mon Sep 17 00:00:00 2001
From: Guido van Rossum <guido@python.org>
Date: Sun, 6 Oct 2002 20:36:31 +0000
Subject: [PATCH] Add test_pep277 to the expected skips on Linux.  (This test
 seems to 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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 9af63d9344..4f556bd455 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -543,6 +543,7 @@ _expectations = {
         test_largefile
         test_nis
         test_ntpath
+        test_pep277
         test_socket_ssl
         test_socketserver
         test_sunaudiodev
-- 
2.40.0