You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pytest.ini
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,19 @@
3
3
addopts = -vv --strict-markers
4
4
5
5
filterwarnings =
6
+
error
7
+
# amici
8
+
ignore:Conservation laws for non-constant species in models with RateRules are currently not supported and will be turned off.:UserWarning
9
+
ignore:Conservation laws for non-constant species in models with Species-AssignmentRules are currently not supported and will be turned off.:UserWarning
10
+
ignore:Conservation laws for non-constant species in combination with parameterized stoichiometric coefficients are not currently supported and will be turned off.:UserWarning
11
+
ignore:Support for PEtab2.0 is experimental!:UserWarning
6
12
# hundreds of SBML <=5.17 warnings
7
13
ignore:.*inspect.getargspec\(\) is deprecated.*:DeprecationWarning
8
14
# pysb warnings
9
15
ignore:the imp module is deprecated in favour of importlib.*:DeprecationWarning:pysb\.core
10
16
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
11
17
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
0 commit comments