Skip to content

Commit

Permalink
Remove unused marker
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Dec 13, 2024
1 parent dab7013 commit caa83a1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/everest/test_everest_initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
from ert.run_models.everest_run_model import EverestRunModel
from everest.config import EverestConfig

NO_PROJECT_RES = (
os.environ.get("NO_PROJECT_RES", False),
"Skipping tests when no access to /project/res",
)
from ..everest.utils import skipif_no_everest_models


@pytest.mark.skipif(NO_PROJECT_RES[0], reason=NO_PROJECT_RES[1])
@skipif_no_everest_models
def test_init_no_project_res(copy_egg_test_data_to_tmp):
config_file = os.path.join("everest", "model", "config.yml")
config = EverestConfig.load_file(config_file)
Expand Down

0 comments on commit caa83a1

Please sign in to comment.