Skip to content

Commit

Permalink
test: remove obsolete tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwalke2 committed Aug 20, 2024
1 parent aa6482a commit 8c87f9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/test_pymas.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c87f9e

Please sign in to comment.