]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-68403: Fix test_coverage in test_trace (GH-108910) (#109104)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Sep 2023 13:25:18 +0000 (06:25 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 13:25:18 +0000 (15:25 +0200)
commit68ba35eecbb493d3f24a82eda5ba3cb89bcda4e5
tree8ca6523a4fb897cec03a82bf215af8563988e88d
parent41ff5b0674fce5a6c5c6841634ff90ffe19694a8
[3.12] gh-68403: Fix test_coverage in test_trace (GH-108910) (#109104)

gh-68403: Fix test_coverage in test_trace (GH-108910)

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