Skip to content

Commit

Permalink
skip on 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jul 16, 2023
1 parent 853217b commit a6f8427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import datetime
import io
import sys
import warnings
from pathlib import Path
from typing import Any
Expand Down Expand Up @@ -205,6 +206,7 @@ def test_update_unset(pixels: model.Pixels) -> None:
assert from_xml(xml) == ome


@pytest.mark.skipif(sys.version_info < (3, 8), reason="transform doesn't work on 3.7")
@pytest.mark.filterwarnings("ignore::pytest.PytestUnraisableExceptionWarning")
def test_transformations() -> None:
from ome_types import etree_fixes
Expand Down

0 comments on commit a6f8427

Please sign in to comment.