Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Aug 20, 2020
1 parent 8004414 commit e5b4798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_unsupported_version(request):


@pytest.mark.skipif(
sys.platform == "darwnin",
sys.platform == "darwin",
reason="Mac Os has completely different path for the executable"
" than linux, and the default config."
)
Expand Down

0 comments on commit e5b4798

Please sign in to comment.