Skip to content

Commit 05a6e8d

Browse files
committed
test: no need for skip, we already skip windows
1 parent 7d78003 commit 05a6e8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_process.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,9 +1420,6 @@ class ExecvTest(CoverageTest):
14201420
)]
14211421
)
14221422
def test_execv_patch(self, fname: str) -> None:
1423-
if not hasattr(os, fname):
1424-
pytest.skip(f"This OS doesn't have os.{fname}")
1425-
14261423
self.make_file(".coveragerc", """\
14271424
[run]
14281425
patch = subprocess, execv

0 commit comments

Comments
 (0)