Skip to content

Commit

Permalink
tests: remove deprecated parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed May 23, 2022
1 parent facd4e1 commit 231d613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/commands/plugin/test_show.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def plugin_package() -> Package:

@pytest.fixture()
def plugin_distro(plugin_package: Package) -> Distribution:
return Distribution(plugin_package.name, plugin_package.version.to_string(True))
return Distribution(plugin_package.name, plugin_package.version.to_string())


@pytest.mark.parametrize("entrypoint_name", ["poetry-plugin", "not-package-name"])
Expand Down

0 comments on commit 231d613

Please sign in to comment.