mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
reenable test_nis on solaris #3402
This commit is contained in:
parent
5c848a84fd
commit
0b9489d21d
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user