From 1b127c22b00867ba223406418a8abe6d71d9dc61 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:54:49 +0000 Subject: [PATCH] style: [pre-commit.ci] auto fixes [...] --- tests/test_all_plugins.py | 1 - tests/test_fetch.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_all_plugins.py b/tests/test_all_plugins.py index 2a4df7ba..16aa251a 100644 --- a/tests/test_all_plugins.py +++ b/tests/test_all_plugins.py @@ -13,7 +13,6 @@ pytest.skip("skipping plugin specific tests", allow_module_level=True) - def test_fetch(tmp_path: "Path"): from typer.testing import CliRunner diff --git a/tests/test_fetch.py b/tests/test_fetch.py index 7dfcd298..7cd0f7ac 100644 --- a/tests/test_fetch.py +++ b/tests/test_fetch.py @@ -14,6 +14,7 @@ get_pypi_url, ) + def test_fetch_npe2_manifest(): mf = fetch_manifest("napari-omero") assert mf.name == "napari-omero"