PY-72994 Packages(refactor): Add install with option

GitOrigin-RevId: 64e7823def799c144be06213fe26198f74537775
This commit is contained in:
Nikita.Ashihmin
2024-08-24 13:56:22 +04:00
committed by intellij-monorepo-bot
parent b9ada91b76
commit c3d76fcc00
10 changed files with 44 additions and 36 deletions

View File

@@ -28,7 +28,7 @@ class TestPythonPackageManager(project: Project, sdk: Sdk) : PythonPackageManage
return this
}
override suspend fun installPackage(specification: PythonPackageSpecification): Result<List<PythonPackage>> {
override suspend fun installPackage(specification: PythonPackageSpecification, options: List<String>): Result<List<PythonPackage>> {
TODO("Not yet implemented")
}