Skip to content

Commit

Permalink
pytest skip
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Oct 8, 2024
1 parent 63c143f commit b75a03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/create_virtualenv/test_create_virtualenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def test_create_virtualenv(testdirectory):
# do not run on windows
if platform.system() == "Windows":
return
pytest.skip("Skipping test on Windows")
testdirectory.copy_file("test/create_virtualenv/wscript")
testdirectory.copy_file("build/waf")

Expand Down

0 comments on commit b75a03a

Please sign in to comment.