mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Tweak skipIf message
This commit is contained in:
parent
634a8fc042
commit
0de3f0197b
1 changed files with 1 additions and 1 deletions
|
|
@ -2412,7 +2412,7 @@ def test_only_source(self):
|
|||
self.assertEqual(err, b'')
|
||||
|
||||
@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):
|
||||
rc, out, err = assert_python_ok('-m', 'inspect',
|
||||
'concurrent.futures:ThreadPoolExecutor')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue