Skip to content

Commit 223fdc0

Browse files
Put back argument, used by @pytest.fixture
1 parent 72c0ebf commit 223fdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828

2929
@pytest.fixture
30-
def with_nimd_env(request):
30+
def with_nimd_env(request, with_environment): # noqa: F811
3131
DATA_FUNCS = {}
3232
DATA_FUNCS['home_dir_func'] = nibd.get_nipy_user_dir
3333
DATA_FUNCS['sys_dir_func'] = nibd.get_nipy_system_dir

0 commit comments

Comments
 (0)