Skip to content

Commit 7d78003

Browse files
committed
test: execv tests are ok during metacov
1 parent 8b21e44 commit 7d78003

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1408,7 +1408,6 @@ def test_subprocess_with_pth_files_and_parallel(self, _create_pth_file: None) ->
14081408
assert len(data_files) == 1, msg
14091409

14101410

1411-
@pytest.mark.skipif(env.METACOV, reason="Can't test subprocess pth file during metacoverage")
14121411
@pytest.mark.skipif(env.WINDOWS, reason="patch=execv isn't supported on Windows")
14131412
@pytest.mark.xdist_group(name="needs_pth")
14141413
class ExecvTest(CoverageTest):

0 commit comments

Comments
 (0)