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 Mar 8, 2024
1 parent 088441e commit 3b3ac44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,16 @@ def test_conversion_entry_point_string(npe1_repo, mock_npe1_pm_with_plugin):

def test_conversion_missing():
with pytest.raises(
PackageNotFoundError, match="No package or entry point found with name",
PackageNotFoundError,
match="No package or entry point found with name",
):
manifest_from_npe1("does-not-exist-asdf6as987")


def test_conversion_package_is_not_a_plugin():
with pytest.raises(
PackageNotFoundError, match="No package or entry point found with name",
PackageNotFoundError,
match="No package or entry point found with name",
):
manifest_from_npe1("pytest")

Expand Down

0 comments on commit 3b3ac44

Please sign in to comment.