Commit 231d613f by Arun Babu Neelicattu

tests: remove deprecated parameter

parent facd4e14
......@@ -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