Skip to content

Commit dbb20f6

Browse files
committed
Even more xfails.
1 parent 5899be3 commit dbb20f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pytest_cov.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,7 @@ def test_run():
11981198

11991199
@pytest.mark.skipif('sys.platform == "win32"', reason="SIGINT is subtly broken on Windows")
12001200
@pytest.mark.xfail('sys.platform == "darwin"', reason="Something weird going on Macs...")
1201+
@pytest.mark.xfail('platform.python_implementation() == "PyPy"', reason="Interpreter seems buggy")
12011202
def test_cleanup_on_sigterm_sig_dfl_sigint(testdir):
12021203
script = testdir.makepyfile('''
12031204
import os, signal, subprocess, sys, time

0 commit comments

Comments
 (0)