Skip to content

Commit

Permalink
skipif
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Jun 10, 2024
1 parent 23496f1 commit fb94903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/beignet/datasets/test__uniprot_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class TestUniProtDataset:
@pytest.mark.skipif(sys.platform == "win32")
@pytest.mark.skipif(sys.platform == "win32", "does not run on windows")
def test___init__(self):
with NamedTemporaryFile() as descriptor:
with unittest.mock.patch(
Expand Down

0 comments on commit fb94903

Please sign in to comment.