summaryrefslogtreecommitdiff
path: root/tests/helpers.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-08-27 06:36:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-08-27 06:36:10 -0400
commit37ac634031e0cf43c4fe63249f79c025609b53a2 (patch)
tree57bc5d976d4273aa49612ecf35b9606a84a139e1 /tests/helpers.py
parent3455622cd4927639c4cc3ca608190ef8dc7705f4 (diff)
downloadpython-coveragepy-git-37ac634031e0cf43c4fe63249f79c025609b53a2.tar.gz
test: pypy fixed their sys.path[0] difference, 3792
https://foss.heptapod.net/pypy/pypy/-/issues/3792
Diffstat (limited to 'tests/helpers.py')
-rw-r--r--tests/helpers.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/helpers.py b/tests/helpers.py
index f593c72c..446edce0 100644
--- a/tests/helpers.py
+++ b/tests/helpers.py
@@ -322,8 +322,3 @@ xfail_pypy_3749 = pytest.mark.xfail(
env.PYVERSION[:2] == (3, 8) and env.PYPY and env.PYPYVERSION >= (7, 3, 10),
reason="Avoid a PyPy bug: https://foss.heptapod.net/pypy/pypy/-/issues/3749",
)
-
-xfail_pypy_3792 = pytest.mark.xfail(
- env.PYBEHAVIOR.report_absolute_files and env.PYPY,
- reason="Avoid a PyPy bug: https://foss.heptapod.net/pypy/pypy/-/issues/3792",
-)