From 0b9489d21daec1f5f45a95194423724836192edd Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 12 Sep 2010 13:55:02 +0000 Subject: [PATCH] reenable test_nis on solaris #3402 --- Lib/test/test_nis.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_nis.py b/Lib/test/test_nis.py index eb4284d3ea..830c24d781 100644 --- a/Lib/test/test_nis.py +++ b/Lib/test/test_nis.py @@ -5,8 +5,6 @@ import sys # Skip test if nis module does not exist. nis = support.import_module('nis') -if sys.platform.startswith("sunos"): - raise unittest.SkipTest("test_nis hangs on Solaris") class NisTests(unittest.TestCase): def test_maps(self): -- 2.49.0