Commit cb05bfb7 by Sébastien Eustace

Fix show command for VCS dependencies

parent 2cc78814
......@@ -225,6 +225,9 @@ lists all packages available."""
def find_latest_package(self, package):
# find the latest version allowed in this pool
if package.source_type == 'git':
return
name = package.name
selector = VersionSelector(self.poetry.pool)
......
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