Skip to content

Commit

Permalink
Revert "made fixture available in session (#868)" (#870)
Browse files Browse the repository at this point in the history
This reverts commit d1aa49a.
  • Loading branch information
veenstrajelmer authored Jun 3, 2024
1 parent d1aa49a commit f75ed84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f75ed84

Please sign in to comment.