Skip to content

Commit

Permalink
Remove unused fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Dec 4, 2024
1 parent c86afb6 commit b535e4f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/everest/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,6 @@ def copy_test_data_to_tmp(tmp_path, monkeypatch):
monkeypatch.chdir(tmp_path)


@pytest.fixture
def copy_snake_oil_to_tmp(tmp_path, monkeypatch):
path = relpath("test_data", "snake_oil")
shutil.copytree(path, tmp_path / "snake_oil", dirs_exist_ok=True)
monkeypatch.chdir(tmp_path)


@pytest.fixture
def copy_template_test_data_to_tmp(tmp_path, monkeypatch):
path = relpath("test_data", "templating")
Expand Down

0 comments on commit b535e4f

Please sign in to comment.