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 72c0ebf commit 223fdc0Copy full SHA for 223fdc0
nibabel/tests/test_data.py
@@ -27,7 +27,7 @@
27
28
29
@pytest.fixture
30
-def with_nimd_env(request):
+def with_nimd_env(request, with_environment): # noqa: F811
31
DATA_FUNCS = {}
32
DATA_FUNCS['home_dir_func'] = nibd.get_nipy_user_dir
33
DATA_FUNCS['sys_dir_func'] = nibd.get_nipy_system_dir
0 commit comments