Skip to content

Commit c2255b0

Browse files
author
Mark
committed
Fix merge issue.
1 parent 0c361df commit c2255b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

control/tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# pytest.param(marks=)
1818
slycotonly = pytest.mark.skipif(not control.exception.slycot_check(),
1919
reason="slycot not installed")
20+
cvxoptonly = pytest.mark.skipif(not control.exception.cvxopt_check(),
21+
reason="cvxopt not installed")
2022
matrixfilter = pytest.mark.filterwarnings("ignore:.*matrix subclass:"
2123
"PendingDeprecationWarning")
2224
matrixerrorfilter = pytest.mark.filterwarnings("error:.*matrix subclass:"

0 commit comments

Comments
 (0)