Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion tests/test_wateroilgas.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ def test_not_threephase_consistency():
assert not wog.threephaseconsistency()


@pytest.mark.skipif(not HAVE_OPM, reason="ecl2df not installed")
@pytest.mark.skipif(
not HAVE_OPM, reason="Opm not installed. See https://pypi.org/project/opm/"
)
def test_parse_with_opm(tmp_path):
"""Test that the SWOF+SGOF output from pyscal can be
injected into a valid Eclipse deck"""
Expand Down
Loading