summaryrefslogtreecommitdiff
path: root/tests/test_process.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-03-03 09:50:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-03-03 09:50:45 -0500
commit365d7cb03d65ae5c830c3c97a2471478988695f1 (patch)
treeb7e68dd71113ccc3bb185656fef8bc97595c3126 /tests/test_process.py
parent5f9fd32139fd0c54d025bb4c8c4132cd07ee29b0 (diff)
downloadpython-coveragepy-git-365d7cb03d65ae5c830c3c97a2471478988695f1.tar.gz
fix: protect fullcoverage against lineno=None, bpo46911
https://bugs.python.org/issue46911
Diffstat (limited to 'tests/test_process.py')
-rw-r--r--tests/test_process.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_process.py b/tests/test_process.py
index 7558671b..eac3ddda 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -552,10 +552,6 @@ class ProcessTest(CoverageTest):
@pytest.mark.expensive
@pytest.mark.skipif(not env.C_TRACER, reason="fullcoverage only works with the C tracer.")
@pytest.mark.skipif(env.METACOV, reason="Can't test fullcoverage when measuring ourselves")
- @pytest.mark.xfail(
- (3, 11, 0, "alpha", 4) <= env.PYVERSION,
- reason="avoid 3.11 bug lineno==None: https://bugs.python.org/issue46389",
- )
def test_fullcoverage(self):
# fullcoverage is a trick to get stdlib modules measured from
# the very beginning of the process. Here we import os and