Skip to content

Commit

Permalink
Switch off MLOPR test
Browse files Browse the repository at this point in the history
  • Loading branch information
daurer committed Jul 30, 2024
1 parent 6c94a54 commit c392bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/engine_tests/MLOPR_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

from ptypy.custom import MLOPR

@pytest.mark.skipif(sys.version_info > (3,12),
reason="Test broken for Python 3.12")
@pytest.mark.skipif(sys.version_info > (3,8),
reason="Test broken")
class MLOPRTest(unittest.TestCase):
def setUp(self):
self.outpath = tempfile.mkdtemp(suffix="MLOPR_test")
Expand Down

0 comments on commit c392bee

Please sign in to comment.