]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-68403: Fix test_coverage in test_trace (GH-108910) (GH-109105)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Sep 2023 19:10:19 +0000 (12:10 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Sep 2023 19:10:19 +0000 (19:10 +0000)
commite46be0d2fa18d7e3435c3b19370604043b1f8cf0
treec926dcef62493d409d4d3ab3f23d19aa0692573e
parentc2b8d4fe0d785358902487fb8abcb81351da1b90
[3.11] gh-68403: Fix test_coverage in test_trace (GH-108910) (GH-109105)

Its behavior no longer affected by test running options such as -m.
(cherry picked from commit 7e1a7abb9831965cdec477e62dbe4f8415b8a582)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_trace.py