Skip to content

Commit 2d647f9

Browse files
committed
only test json schema in dev env
1 parent 2fbc178 commit 2d647f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_internal/test_json_schema.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
from deepdiff.diff import DeepDiff
44

5+
from tests.utils import expensive_test
56

7+
8+
@expensive_test # test only in developer environment (success is pydantic version dependent)
69
def test_json_schema_is_up_to_date():
710
from bioimageio.spec._internal.json_schema import generate_json_schema
811
from bioimageio.spec.utils import get_bioimageio_json_schema

0 commit comments

Comments
 (0)