summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_mailbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_mailbox.py b/Lib/test/test_mailbox.py
index 21bec9d..aeabdbb 100644
--- a/Lib/test/test_mailbox.py
+++ b/Lib/test/test_mailbox.py
@@ -2270,7 +2270,7 @@ Gregory K. Johnson
class MiscTestCase(unittest.TestCase):
def test__all__(self):
- blacklist = {"linesep"}
+ blacklist = {"linesep", "fcntl"}
support.check__all__(self, mailbox, blacklist=blacklist)