8000 CI: skip python-control/docstrings_test.py · python-control/Slycot@0ef94ce · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ef94ce

Browse files
committed
CI: skip python-control/docstrings_test.py
It is not useful when testing Slycot, and skipping it allows us to avoid installing numpydoc.
1 parent 03bff79 commit 0ef94ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/run-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ donttest="$donttest or test_default_deprecation"
1818
pytest control/tests \
1919
--cov=$slycot_libdir \
2020
--cov-config=${slycot_srcdir}/.coveragerc \
21+
--ignore=control/tests/docstrings_test.py \
2122
-k "not ($donttest)"
2223
mv .coverage ${slycot_srcdir}/.coverage.control
2324
popd

0 commit comments

Comments
 (0)
0