From 8f1b5414435c3b376a89508a22b9b38dfc31c423 Mon Sep 17 00:00:00 2001 From: aboutheo Date: Tue, 10 Dec 2024 11:09:48 +0100 Subject: [PATCH] test: restored correct path for temporary folder --- tests/conftest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 2a478db11..968eb56ba 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -106,4 +106,5 @@ def pytest_configure(): # `open()` to read this file and not a DPF operator pytest.data_path_flute_psd_locally = os.path.join(base_dir, "flute_psd.txt") - pytest.temporary_folder = base_dir + # The temporary folder is the folder in the server where are stored the files + pytest.temporary_folder = os.path.dirname(pytest.data_path_flute_in_container)