Skip to content

Commit

Permalink
add import if not on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
equinor-ruaj committed Sep 19, 2023
1 parent c29fa9f commit 2aed7a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_utility_sim2sumo.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
from sumo.wrapper import SumoClient
if sys.platform.startswith('win'):
pytest.skip(allow_module_level=True)
else:
from fmu.sumo.utilities import sim2sumo

from fmu.sumo.uploader import CaseOnDisk, SumoConnection

Expand Down

0 comments on commit 2aed7a0

Please sign in to comment.