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 2b045eb commit cf66128Copy full SHA for cf66128
sdcflows/conftest.py
@@ -41,4 +41,6 @@ def output_path():
41
42
@pytest.fixture
43
def bids_layouts():
44
- return layouts
+ if layouts:
45
+ return layouts
46
+ pytest.skip()
0 commit comments