Fix tests to use new packagemap type and data structure

This commit is contained in:
2022-04-07 00:15:34 -04:00
parent ff3e1603d2
commit 45e33b7d27
3 changed files with 15 additions and 14 deletions

View File

@@ -31,6 +31,10 @@ class MockVirtualEnv:
def is_valid_for_marker(*args, **kwargs):
return True
@staticmethod
def get_version_info():
return (1, 2, 3)
class MockPipInstaller:
"""Mock class for the :class:`poetry.installation.pip_installer.PipInstaller`"""