Skip to content

Commit

Permalink
Run process substitution test only on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Apr 12, 2024
1 parent ef2aa2d commit 33df545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_commandline.py
Expand Up @@ -1144,6 +1144,7 @@ def test_does_not_hang_on_error_in_reader_process(tmp_path, cores):
assert e.value.args[0] == 1


@pytest.mark.skipif(sys.platform != "linux", reason="Platform specific")
def test_process_substitution(tmp_path, cores):
with open(datapath("small.fastq")) as infile:
inpath = f"/dev/fd/{infile.fileno()}"
Expand Down

0 comments on commit 33df545

Please sign in to comment.