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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b9489d21daec1f5f45a95194423724836192edd;p=python reenable test_nis on solaris #3402 --- 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):