Skip to content

Commit

Permalink
disable ststus checker thread
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Sep 3, 2024
1 parent 1e7781e commit 6b9e71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/tests/test_PartSeg/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def _prepare_layers(self, image, parameters, replace):
self._add_image(napari_image_view._prepare_layers(image, parameters, replace))

monkeypatch.setattr(napari_image_view.ImageView, "_prepare_layers", _prepare_layers)
monkeypatch.setattr("napari._qt.threads.status_checker.StatusChecker.start", lambda x: None, raising=False)


@pytest.fixture(autouse=True)
Expand Down

0 comments on commit 6b9e71f

Please sign in to comment.