mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-09-18 03:13:25 +00:00
Fix tests to use new packagemap type and data structure
This commit is contained in:
@@ -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`"""
|
||||
|
Reference in New Issue
Block a user