Move away from soon-to-be-removed PipInstaller

This commit is contained in:
Obeida Shamoun
2023-05-04 13:05:02 +02:00
parent a94933e7ef
commit a489fe2c53
4 changed files with 21 additions and 18 deletions

View File

@@ -29,8 +29,12 @@ from tox_poetry_installer import exceptions
try:
from cleo.io.null_io import NullIO
from poetry.config.config import Config
from poetry.core.packages.dependency import Dependency as PoetryDependency
from poetry.core.packages.package import Package as PoetryPackage
from poetry.factory import Factory
from poetry.installation.pip_installer import PipInstaller
from poetry.installation.executor import Executor
from poetry.installation.operations.install import Install
from poetry.poetry import Poetry
from poetry.utils.env import VirtualEnv
except ImportError: