We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03183d1 commit 3dc85f7Copy full SHA for 3dc85f7
.travis.yml
@@ -130,7 +130,7 @@ install:
130
# command to run tests
131
script:
132
- 'if [ $SLYCOT != "" ]; then python -c "import slycot"; fi'
133
- - coverage run -m pytest --disable-warnings control/tests
+ - coverage run -m pytest control/tests
134
135
# only run examples if Slycot is install
136
# set PYTHONPATH for examples
setup.cfg
@@ -1,2 +1,8 @@
1
[bdist_wheel]
2
universal=1
3
+
4
+[tool:pytest]
5
+filterwarnings =
6
+ ignore:.*matrix subclass:PendingDeprecationWarning
7
+ ignore:.*scipy:DeprecationWarning
8
0 commit comments