Commit 65368173 by Mathieu Kniewallner Committed by Bjorn Neergaard

tests(console): remove unnecessary argument in `to_string`

parent ddbcfcda
......@@ -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"])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment