From 8d197b586b296e06b51df97daf25975ed422c85c Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 18 Jan 2024 10:32:20 +0100 Subject: [PATCH] Update nireports/conftest.py Co-authored-by: Mathias Goncalves --- nireports/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nireports/conftest.py b/nireports/conftest.py index febdd90d..df2e1e96 100644 --- a/nireports/conftest.py +++ b/nireports/conftest.py @@ -36,7 +36,7 @@ _datadir = (Path(__file__).parent / "tests" / "data").resolve(strict=True) niprepsdev_path = Path(os.getenv( - "TEST_DATA_HOME", str(Path.home() / ".cache" / "nipreps-dev") + "TEST_DATA_HOME", Path.home() / ".cache" / "nipreps-dev" )) test_output_dir = os.getenv("TEST_OUTPUT_DIR") test_workdir = os.getenv("TEST_WORK_DIR")