mirror of https://github.com/python/cpython
Merged revisions 84735 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84735 | benjamin.peterson | 2010-09-12 08:55:02 -0500 (Sun, 12 Sep 2010) | 1 line reenable test_nis on solaris #3402 ........
This commit is contained in:
parent
7f536b03a2
commit
ee906192b5
|
@ -4,7 +4,6 @@ import unittest
|
|||
# Skip test if nis module does not exist.
|
||||
nis = support.import_module('nis')
|
||||
|
||||
raise unittest.SkipTest("test_nis hangs on Solaris")
|
||||
|
||||
class NisTests(unittest.TestCase):
|
||||
def test_maps(self):
|
||||
|
|
Loading…
Reference in New Issue