We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f32e5 commit 679cf0aCopy full SHA for 679cf0a
tests/integration/test_legacy.py
@@ -1,9 +1,12 @@
1
+import pytest
2
+
3
from pyenzyme.v1 import EnzymeMLDocument
4
5
6
class TestLegacy:
7
"""Test class for legacy functionality of EnzymeML v1."""
8
9
+ @pytest.mark.skip(reason="Legacy functionality is not supported in v2")
10
def test_legacy(self):
11
"""Test that EnzymeML documents can be loaded from OMEX files and converted to XML.
12
0 commit comments