diff options
| author | Brett Cannon <brett@python.org> | 2013-10-02 10:58:58 -0400 |
|---|---|---|
| committer | Brett Cannon <brett@python.org> | 2013-10-02 10:58:58 -0400 |
| commit | 0de3f0197b564c138f4115badd34dbb67628477f (patch) | |
| tree | 41468d7aeb574b365233d60550968d10726202cf /Lib/test/test_inspect.py | |
| parent | 634a8fc04276d8215973589d736c8fd372d91b92 (diff) | |
| download | cpython-git-0de3f0197b564c138f4115badd34dbb67628477f.tar.gz | |
Tweak skipIf message
Diffstat (limited to 'Lib/test/test_inspect.py')
| -rw-r--r-- | Lib/test/test_inspect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_inspect.py b/Lib/test/test_inspect.py index 2b7ba15ed3..fb5fe17e22 100644 --- a/Lib/test/test_inspect.py +++ b/Lib/test/test_inspect.py @@ -2412,7 +2412,7 @@ class TestMain(unittest.TestCase): 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') |
