Commit c8428086 authored by Brett Cannon's avatar Brett Cannon

Tweak skipIf message

parent 791aa9c9
...@@ -2412,7 +2412,7 @@ class TestMain(unittest.TestCase): ...@@ -2412,7 +2412,7 @@ class TestMain(unittest.TestCase):
self.assertEqual(err, b'') self.assertEqual(err, b'')
@unittest.skipIf(ThreadPoolExecutor is None, @unittest.skipIf(ThreadPoolExecutor is None,
'multiprocessing required to test __qualname__ for source files') 'threads required to test __qualname__ for source files')
def test_qualname_source(self): def test_qualname_source(self):
rc, out, err = assert_python_ok('-m', 'inspect', rc, out, err = assert_python_ok('-m', 'inspect',
'concurrent.futures:ThreadPoolExecutor') 'concurrent.futures:ThreadPoolExecutor')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment