File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,14 @@ echo "::endgroup::"
11
11
12
12
echo " ::group::python-control unit tests"
13
13
pushd ${python_control_srcdir:= ./ python-control}
14
- # test_root_locus_zoom, test_sisotool: problems with the toolbar for MPL backends, not relevant to Slycot
14
+ # problems with the toolbar for MPL backends, not relevant to Slycot
15
+ donttest=" test_root_locus_zoom or test_sisotool"
16
+ # don't care about deprecation warnings here
17
+ donttest=" $donttest or test_default_deprecation"
15
18
pytest control/tests \
16
19
--cov=$slycot_libdir \
17
20
--cov-config=${slycot_srcdir} /.coveragerc \
18
- -k " not (test_root_locus_zoom or test_sisotool )"
21
+ -k " not ($donttest )"
19
22
mv .coverage ${slycot_srcdir} /.coverage.control
20
23
popd
21
24
echo " ::endgroup::"
You can’t perform that action at this time.
0 commit comments