Skip to content

Commit

Permalink
Remove xfail marker for Pyomo/pyomo#3295 (watertap-org#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl authored Aug 21, 2024
1 parent e81bd8b commit f7b7a0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions watertap/core/plugins/tests/test_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,6 @@ def test_default_bound_relax_small(self, m2, s):
)

@pytest.mark.unit
@pytest.mark.xfail(
reason="Needs https://github.com/Pyomo/pyomo/pull/3295", strict=True
)
@pytest.mark.skipif(
not pyo.SolverFactory("cyipopt").available(exception_flag=False),
reason="cyipopt not available",
Expand Down

0 comments on commit f7b7a0f

Please sign in to comment.