mirror of https://github.com/python/cpython
remove useless import
This commit is contained in:
parent
21cf5ee6fd
commit
457fefc3f8
|
@ -1872,7 +1872,6 @@ def test_main(run=None):
|
|||
try:
|
||||
lock = multiprocessing.RLock()
|
||||
except OSError:
|
||||
from test.test_support import SkipTest
|
||||
raise unittest.SkipTest("OSError raises on RLock creation, see issue 3111!")
|
||||
|
||||
if run is None:
|
||||
|
|
Loading…
Reference in New Issue