diff --git a/pyomo/contrib/incidence_analysis/tests/test_scc_solver.py b/pyomo/contrib/incidence_analysis/tests/test_scc_solver.py index 293d72ec1f0..ef4853d7e9a 100644 --- a/pyomo/contrib/incidence_analysis/tests/test_scc_solver.py +++ b/pyomo/contrib/incidence_analysis/tests/test_scc_solver.py @@ -504,7 +504,6 @@ def test_with_inequalities(self): @unittest.skipUnless(scipy_available, "SciPy is not available") @unittest.skipUnless(networkx_available, "NetworkX is not available") class TestExceptions(unittest.TestCase): - def test_nonsquare_system(self): m = pyo.ConcreteModel() m.x = pyo.Var([1, 2], initialize=1)