mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
PY-82119 Packaging: Fix env tests for conda
Signed-off-by: Nikita.Ashihmin <nikita.ashihmin@jetbrains.com> GitOrigin-RevId: 47286211e8ca894aa2e04c3f65528a2ab22fc37c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3156c22dee
commit
024d2ae147
@@ -51,8 +51,12 @@ public final class PyPackage extends InstalledPackage {
|
||||
return myLocation;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Return always true, becuase all packages found are installed.
|
||||
*/
|
||||
@Deprecated(forRemoval = true)
|
||||
public boolean isInstalled() {
|
||||
return myLocation != null;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user