We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a911d28 commit 56bad76Copy full SHA for 56bad76
tests/test_commands.py
@@ -46,14 +46,6 @@ def test_validate_model_as_url():
46
)["error"]
47
48
49
-@pytest.mark.skipif(SKIP_ZENODO, reason=SKIP_ZENODO_REASON)
50
-def test_validate_model_as_zenodo_sandbox_doi():
51
- from bioimageio.spec.commands import validate
52
-
53
- doi = "10.5281/zenodo.5744489"
54
- assert not validate(doi, update_format=False, update_format_inner=False)["error"]
55
56
57
@pytest.mark.skipif(SKIP_ZENODO, reason=SKIP_ZENODO_REASON)
58
def test_validate_model_as_zenodo_doi():
59
from bioimageio.spec.commands import validate
0 commit comments