From f75ed8420ad07878171f6376c8bde178fc63f347 Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:37:43 +0200 Subject: [PATCH] Revert "made fixture available in session (#868)" (#870) This reverts commit d1aa49afdfe99bfacd48f451ee1e5c1a17a95bbe. --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 1e07bf7e4..49a8bd299 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -10,7 +10,7 @@ @pytest.mark.requiressecrets -@pytest.fixture(scope="session") +@pytest.fixture def file_nc_era5_pattern(tmp_path): date_min = '2010-01-31' date_max = '2010-02-01'