Skip to content

Commit

Permalink
test scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Nov 22, 2024
1 parent faf57c2 commit 734f78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import time
import pytest
import sys
import skip
import platform


pytestmark = pytest.mark.skipif('Linux' != platform.system(), reason="Skip for no Linux system.")
Expand Down

0 comments on commit 734f78b

Please sign in to comment.