Skip to content

Commit

Permalink
disable tracking during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 2, 2023
1 parent 932a633 commit 3631673
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import os
import pathlib

import pytest

os.environ["BIOIMAGEIO_COUNT_RDF_DOWNLOADS"] = "false"


@pytest.fixture
def unet2d_nuclei_broad_base_path():
Expand Down

0 comments on commit 3631673

Please sign in to comment.