Skip to content

Commit 79c9f37

Browse files
authored
allow module level
1 parent 69b68e3 commit 79c9f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_taskvine_executor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
try:
88
import ndcctools.taskvine as vine
99
except ModuleNotFoundError:
10-
pytest.skip("could not import taskvine!")
10+
pytest.skip("could not import taskvine!", allow_module_level=True)
1111

1212
if sys.platform.startswith("win"):
1313
pytest.skip("skipping tests that only function in linux", allow_module_level=True)

0 commit comments

Comments
 (0)