From 8c87f9e99a1b063754463444e8abb1c99fe05db1 Mon Sep 17 00:00:00 2001 From: Jonathan Walker Date: Tue, 20 Aug 2024 14:52:42 -0400 Subject: [PATCH] test: remove obsolete tests --- tests/integration/test_pymas.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integration/test_pymas.py b/tests/integration/test_pymas.py index a330323b..68cf573f 100644 --- a/tests/integration/test_pymas.py +++ b/tests/integration/test_pymas.py @@ -11,6 +11,9 @@ import pytest +pytest.skip("PyMAS functionality is deprecated and will be removed in a future release.", allow_module_level=True) + + def dummy_function(x1, x2): # type: (float, float) -> (float, float) return x1 + x2, x1 - x2