]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_concurrent_futures: Fix unneeded/confusing format call (GH-93119)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Jul 2022 02:42:19 +0000 (19:42 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2022 02:42:19 +0000 (19:42 -0700)
commitfbd24068c2c82004297f3d267509f878e70a8730
tree213b6cb61a4d3cf64a2ca8aa53b0bdba987593c5
parent7733aa048e74a7caee9afed9be95d070c432f7e9
test_concurrent_futures: Fix unneeded/confusing format call (GH-93119)

Added in 339fd46cb764277cbbdc3e78dcc5b45b156bb6ae - but as noted in a comment, the test only tests ThreadPoolExecutor.
(cherry picked from commit 3f2dd0a7c0b1a5112f2164dce78fcfaa0c4b39c7)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
Lib/test/test_concurrent_futures.py