forked from AMICI-dev/AMICI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
13 lines (10 loc) · 730 Bytes
/
pytest.ini
File metadata and controls
13 lines (10 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
[pytest]
addopts = -vv
filterwarnings =
# hundreds of SBML <=5.17 warnings
ignore:.*inspect.getargspec\(\) is deprecated.*:DeprecationWarning
# pysb warnings
ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning:pysb\.core
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working.*:DeprecationWarning:pysb\.core
ignore:Model.initial_conditions will be removed in a future version. Instead, you can get a list of Initial objects with Model.initials.:DeprecationWarning:pysb\.core
norecursedirs = .git amici_models build doc documentation matlab models ThirdParty amici sdist examples