Skip to content

Commit

Permalink
test 'trick17.util' only on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
miccoli committed Aug 25, 2024
1 parent 1e51856 commit 6e06b7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

from trick17 import util

pytestmark = pytest.mark.skipif(
sys.platform != "linux", reason="tests for linux only"
)


def test_make_socket():
with util.make_socket() as sock:
Expand Down

0 comments on commit 6e06b7b

Please sign in to comment.