From 72264396806284a76a486f60d238a91e42256c94 Mon Sep 17 00:00:00 2001 From: battista_fbk Date: Wed, 12 Jul 2023 19:08:38 +0200 Subject: [PATCH] Added mathematica attribute to a test that uses mathematica --- barrier/test/test_stability.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/barrier/test/test_stability.py b/barrier/test/test_stability.py index ec5cf9e..b8b49f2 100644 --- a/barrier/test/test_stability.py +++ b/barrier/test/test_stability.py @@ -34,6 +34,8 @@ from . import TestCase +from nose.plugins.attrib import attr + class TestVerifyPO(TestCase): @attr('mathematica') def tearDown(self):