diff --git a/tests/everest/conftest.py b/tests/everest/conftest.py index cba6e2aa6bc..0974652c7b4 100644 --- a/tests/everest/conftest.py +++ b/tests/everest/conftest.py @@ -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")