We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b68e3 commit 79c9f37Copy full SHA for 79c9f37
tests/test_taskvine_executor.py
@@ -7,7 +7,7 @@
7
try:
8
import ndcctools.taskvine as vine
9
except ModuleNotFoundError:
10
- pytest.skip("could not import taskvine!")
+ pytest.skip("could not import taskvine!", allow_module_level=True)
11
12
if sys.platform.startswith("win"):
13
pytest.skip("skipping tests that only function in linux", allow_module_level=True)
0 commit comments