We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c361df commit c2255b0Copy full SHA for c2255b0
control/tests/conftest.py
@@ -17,6 +17,8 @@
17
# pytest.param(marks=)
18
slycotonly = pytest.mark.skipif(not control.exception.slycot_check(),
19
reason="slycot not installed")
20
+cvxoptonly = pytest.mark.skipif(not control.exception.cvxopt_check(),
21
+ reason="cvxopt not installed")
22
matrixfilter = pytest.mark.filterwarnings("ignore:.*matrix subclass:"
23
"PendingDeprecationWarning")
24
matrixerrorfilter = pytest.mark.filterwarnings("error:.*matrix subclass:"
0 commit comments