Skip to content

Commit b0343fd

Browse files
committed
Specialize this assertion for pypy.
1 parent 2d3dce9 commit b0343fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pytest_cov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ def test_run():
12611261
[
12621262
('signal.signal(signal.SIGBREAK, signal.SIG_DFL)', '62% 4, 23-28'),
12631263
('signal.signal(signal.SIGBREAK, cleanup)', '100%'),
1264-
('', '67% 4, 25-28'),
1264+
('', '80% 4, 27-28' if platform.python_implementation() == "PyPy" else '67% 4, 25-28'),
12651265
],
12661266
)
12671267
def test_cleanup_on_sigterm_sig_break(pytester, testdir, setup):

0 commit comments

Comments
 (0)