From 2fb392c9ccb408999d492f2c250b19cc766ffcda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Fr=C3=B6hlich?= Date: Sun, 8 Dec 2024 14:21:24 +0000 Subject: [PATCH] ignore test warning --- .github/workflows/test_petab_sciml.yml | 1 - pytest.ini | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_petab_sciml.yml b/.github/workflows/test_petab_sciml.yml index 330a9982f9..c84d7c2f3e 100644 --- a/.github/workflows/test_petab_sciml.yml +++ b/.github/workflows/test_petab_sciml.yml @@ -74,7 +74,6 @@ jobs: - name: Run PEtab SciML testsuite run: | source ./venv/bin/activate \ - && pytest --cov-report=xml:coverage.xml \ --cov=./ python/tests/test_*petab*.py python/tests/sciml/ diff --git a/pytest.ini b/pytest.ini index 8cc45e0fd9..29463d5b09 100644 --- a/pytest.ini +++ b/pytest.ini @@ -12,6 +12,7 @@ filterwarnings = ignore:Conservation laws for non-constant species in models with Species-AssignmentRules are currently not supported and will be turned off.:UserWarning ignore:Conservation laws for non-constant species in combination with parameterized stoichiometric coefficients are not currently supported and will be turned off.:UserWarning ignore:Support for PEtab2.0 is experimental!:UserWarning + ignore:PEtab v2.0.0 mapping tables are only partially supported:UserWarning ignore:The JAX module is experimental and the API may change in the future.:ImportWarning # hundreds of SBML <=5.17 warnings ignore:.*inspect.getargspec\(\) is deprecated.*:DeprecationWarning