From: Benjamin Peterson Date: Sun, 12 Sep 2010 13:55:02 +0000 (+0000) Subject: reenable test_nis on solaris #3402 X-Git-Tag: v3.2a3~307 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b9489d21daec1f5f45a95194423724836192edd;p=thirdparty%2FPython%2Fcpython.git reenable test_nis on solaris #3402 --- diff --git a/Lib/test/test_nis.py b/Lib/test/test_nis.py index eb4284d3ea13..830c24d78130 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):