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 10, 2024
1 parent 21b0571 commit cfdcca5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/everest/test_everest_initialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
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",
)


@pytest.mark.skipif(NO_PROJECT_RES[0], reason=NO_PROJECT_RES[1])
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 cfdcca5

Please sign in to comment.