mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
PY-72994 Packages(refactor): Add install with option
GitOrigin-RevId: 64e7823def799c144be06213fe26198f74537775
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b9ada91b76
commit
c3d76fcc00
@@ -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")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user