Skip to content

Commit

Permalink
remove commented block
Browse files Browse the repository at this point in the history
  • Loading branch information
charlienegri committed May 27, 2024
1 parent d42e878 commit 1a67c46
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/cams2_83/test_cams2_83_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
runner = CliRunner()


# @pytest.fixture()
# def fake_config(monkeypatch, patched_config):
# def fake_make_config(*args, **kwargs):
# return patched_config

# monkeypatch.setattr("pyaerocom.scripts.cams2_83.cli.make_config", fake_make_config)


@pytest.mark.usefixtures("fake_ExperimentProcessor", "reset_cachedir")
def test_clearcache(
monkeypatch,
Expand Down

0 comments on commit 1a67c46

Please sign in to comment.