Skip to content

Commit

Permalink
style: [pre-commit.ci] auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 31, 2023
1 parent 91cecce commit 1b127c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_all_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions tests/test_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
get_pypi_url,
)


def test_fetch_npe2_manifest():
mf = fetch_manifest("napari-omero")
assert mf.name == "napari-omero"
Expand Down

0 comments on commit 1b127c2

Please sign in to comment.