From ffe14382712028271cc8b36e531186755dc4c22b Mon Sep 17 00:00:00 2001 From: Eivind Jahren Date: Tue, 10 Dec 2024 21:21:54 +0100 Subject: [PATCH] Update conftest.py --- tests/ert/ui_tests/gui/conftest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ert/ui_tests/gui/conftest.py b/tests/ert/ui_tests/gui/conftest.py index c9cb07e37c9..6590180b9d5 100644 --- a/tests/ert/ui_tests/gui/conftest.py +++ b/tests/ert/ui_tests/gui/conftest.py @@ -183,9 +183,9 @@ def _evaluate(coeffs, x): @pytest.fixture -def esmda_has_run(esmda_run, tmp_path, monkeypatch): +def esmda_has_run(_esmda_run, tmp_path, monkeypatch): monkeypatch.chdir(tmp_path) - shutil.copytree(esmda_run, tmp_path, dirs_exist_ok=True) + shutil.copytree(_esmda_run, tmp_path, dirs_exist_ok=True) with ( _open_main_window(tmp_path / "poly.ert") as ( gui,