mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
Module `intellij.python.community.services.systemPython` is required by both: JUnit4 and JUnit5 tests. For 5, we have it as a part of `intellij.python.junit5Tests.plugin`. GitOrigin-RevId: 538d66caf2dc9f081565d1ca901bdb2df9313b10
11 lines
449 B
XML
11 lines
449 B
XML
<idea-plugin>
|
|
<id>pycharm.systemPython.tests</id>
|
|
<content namespace="jetbrains"/>
|
|
<dependencies>
|
|
<plugin id="com.intellij.modules.python"/>
|
|
<module name="intellij.python.community.services.systemPython"/>
|
|
</dependencies>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<applicationInitializedListener implementation="com.intellij.python.junit5Tests.env.systemPython.impl.SystemPythonRootsFixer"/>
|
|
</extensions>
|
|
</idea-plugin> |