Skip to content

Commit 7e691cc

Browse files
committed
update known invalid resources
1 parent a66f24e commit 7e691cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_bioimageio_collection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
KNOWN_INVALID: Mapping[str, str] = {
1212
"stupendous-sheep/1.1": "requires relativ import of attachment",
1313
"whimsical-helmet/2.1.2": "invalid id",
14+
"modest-spider/0.1.1": "non-batch id 'b'",
1415
}
1516
EXCLUDE_FIELDS_FROM_ROUNDTRIP_DEFAULT: Collection[str] = {
1617
"version_number", # deprecated field that gets dropped in favor of `version``

0 commit comments

Comments
 (0)