mirror of https://github.com/python/cpython
merge error: test.test_support is now test.support
This commit is contained in:
parent
9196dc66ae
commit
620626b160
|
@ -1759,7 +1759,7 @@ def test_main(run=None):
|
||||||
try:
|
try:
|
||||||
lock = multiprocessing.RLock()
|
lock = multiprocessing.RLock()
|
||||||
except OSError:
|
except OSError:
|
||||||
from test.test_support import TestSkipped
|
from test.support import TestSkipped
|
||||||
raise TestSkipped("OSError raises on RLock creation, see issue 3111!")
|
raise TestSkipped("OSError raises on RLock creation, see issue 3111!")
|
||||||
|
|
||||||
if run is None:
|
if run is None:
|
||||||
|
|
Loading…
Reference in New Issue