Skip to content

Commit f75ed84

Browse files
Revert "made fixture available in session (#868)" (#870)
This reverts commit d1aa49a.
1 parent d1aa49a commit f75ed84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
@pytest.mark.requiressecrets
13-
@pytest.fixture(scope="session")
13+
@pytest.fixture
1414
def file_nc_era5_pattern(tmp_path):
1515
date_min = '2010-01-31'
1616
date_max = '2010-02-01'

0 commit comments

Comments
 (0)