Files
openide/python/openapi/testResources/intellij.python.community._test.xml
Vitaly Legchilkinandintellij-monorepo-bot eab2b8b719 PY-87191 Always provide system Python when setting up Poetry environment
- Extract PyVersionSpecifiers from Poetry-specific PoetryPythonVersion
  into python-community-openapi for reuse across subsystems
- Add PyVersionSpecifiers parameter to PythonInstallerService.installLatestPython()
  so installation respects pyproject.toml version constraints
- Pass version specifiers from getSystemPython() through to the installer
- Move pyproject.toml python-version parsing to pyproject PSI utilities
- Replace PoetryPyProjectTomlPythonVersionsService internals with PyVersionSpecifiers


(cherry picked from commit 5ef8f7cb3430826ee38cd80ab460ea4a52da919a)

IJ-MR-193218

GitOrigin-RevId: a989e2dffd5b3081db526b703f9cc6085eac96d5
2026-02-26 12:50:57 +00:00

7 lines
211 B
XML

<idea-plugin>
<dependencies>
<module name="intellij.libraries.junit5"/>
<module name="intellij.libraries.junit5.params"/>
<module name="intellij.python.community"/>
</dependencies>
</idea-plugin>