From 8dcfa8b35559a5c535175121503cca8623574d52 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 26 Nov 2024 08:49:08 +0100 Subject: [PATCH] .. --- python/tests/test_sbml_import.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/tests/test_sbml_import.py b/python/tests/test_sbml_import.py index 424deef89a..f253279be1 100644 --- a/python/tests/test_sbml_import.py +++ b/python/tests/test_sbml_import.py @@ -521,6 +521,7 @@ def test_likelihoods_error(): @skip_on_valgrind +@pytest.mark.usefixtures("model_units_module") def test_units(model_units_module): """ Test whether SBML import works for models using sbml:units annotations.