mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
reenable test_nis on solaris #3402
This commit is contained in:
parent
5c848a84fd
commit
0b9489d21d
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue