We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83723e commit a32196dCopy full SHA for a32196d
niworkflows/interfaces/tests/test_plotting.py
@@ -34,7 +34,8 @@
34
from niworkflows.tests.data import load_test_data
35
except ImportError:
36
import pytest
37
- pytest.skip('niworkflows installed as wheel, data excluded')
+
38
+ pytest.skip('niworkflows installed as wheel, data excluded', allow_module_level=True)
39
40
41
def test_cifti_carpetplot():
0 commit comments