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 6c55707 commit 8305ef3Copy full SHA for 8305ef3
tests/conftest.py
@@ -1,13 +1,15 @@
1
import logging
2
+import os
3
import subprocess
4
import warnings
-from typing import Optional
5
6
import pytest
7
8
+os.environ["BIOIMAGEIO_COUNT_RDF_DOWNLOADS"] = "false" # disable tracking before bioimageio imports
9
from bioimageio.core import export_resource_package
10
from bioimageio.spec import __version__ as bioimageio_spec_version
11
12
+
13
logger = logging.getLogger(__name__)
14
warnings.warn(f"testing with bioimageio.spec {bioimageio_spec_version}")
15
0 commit comments