Skip to content

Commit

Permalink
fix test depending on zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Oct 16, 2023
1 parent 18a465b commit e9f312e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
serialize_raw_resource_description,
)
from bioimageio.spec.shared import yaml
from tests.conftest import SKIP_ZENODO

SKIP_ZENODO = True


def run_subprocess(commands: Sequence[str], **kwargs) -> subprocess.CompletedProcess:
Expand Down
3 changes: 2 additions & 1 deletion tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
)
from bioimageio.spec.model import format_version, raw_nodes
from bioimageio.spec.shared import yaml
from tests.conftest import SKIP_ZENODO

SKIP_ZENODO = True


def test_validate_dataset(dataset_rdf):
Expand Down
3 changes: 2 additions & 1 deletion tests/test_schema_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

from bioimageio.spec.model.v0_4 import raw_nodes as raw_nodes_m04
from bioimageio.spec.shared import yaml
from tests.conftest import SKIP_ZENODO

SKIP_ZENODO = True


def test_model_rdf_is_valid_general_rdf(unet2d_nuclei_broad_latest):
Expand Down

0 comments on commit e9f312e

Please sign in to comment.