Skip to content

Commit 01d76fd

Browse files
author
Rory Yorke
committed
Remove unnecessary cvxoptonly marker in control/tests/conftest.py
1 parent 6454b04 commit 01d76fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

control/tests/conftest.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
import control
88

9-
cvxoptonly = pytest.mark.skipif(
10-
not control.exception.cvxopt_check(), reason="cvxopt not installed")
11-
129
def pytest_runtest_setup(item):
1310
if (not control.exception.slycot_check()
1411
and any(mark.name == 'slycot'

0 commit comments

Comments
 (0)