Skip to content

Commit 8c87f9e

Browse files
committed
test: remove obsolete tests
1 parent aa6482a commit 8c87f9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/test_pymas.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
import pytest
1212

1313

14+
pytest.skip("PyMAS functionality is deprecated and will be removed in a future release.", allow_module_level=True)
15+
16+
1417
def dummy_function(x1, x2):
1518
# type: (float, float) -> (float, float)
1619
return x1 + x2, x1 - x2

0 commit comments

Comments
 (0)