mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Python: kill conda in tests.
Conda might be frozen, but that is not a reason to break the whole suite GitOrigin-RevId: 491b58621ddf01ffa15353ee3d19056d98df549e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3eadc38e05
commit
0055748341
+1
-1
@@ -26,5 +26,5 @@ fun getProcessLockedPath(path: Path): Result<List<ProcessHandle>, @NlsSafe Strin
|
||||
fun deleteCheckLocking(path: Path, vararg processesToKillIfLocked: Regex = arrayOf(PYTHON)): Unit = deleteCheckLockingImpl(path, *processesToKillIfLocked)
|
||||
|
||||
|
||||
private val PYTHON = Regex("^(python|pip)[0-9.]*\\.exe$")
|
||||
private val PYTHON = Regex("^(python|pip|conda)[0-9.]*\\.exe$")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user