mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
Move the dependency on IFT from python-core-common.xml to specific IDE plugins
Otherwise, it prevented launching tests with "intellij.python.community.tests" module. Why exactly the core plugins such as "IDEA CORE" were absent in this case remains to be further investigates, though. GitOrigin-RevId: 4f0ce0270cdcf83c860eb0bed12c446648f288c9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6e0a92c465
commit
d7b6d55cf6
@@ -30,6 +30,7 @@ The Python plug-in provides smart editing for Python scripts. The feature set of
|
||||
<depends optional="true" config-file="intellilang-python-support.xml">org.intellij.intelliLang</depends>
|
||||
<depends optional="true" config-file="python-terminal-plugin.xml">org.jetbrains.plugins.terminal</depends>
|
||||
<depends optional="true" config-file="python-grazie-plugin.xml">tanvd.grazi</depends>
|
||||
<depends optional="true" config-file="python-features-trainer.xml">training</depends>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<applicationService serviceInterface="com.jetbrains.python.console.PythonConsoleRunnerFactory"
|
||||
|
||||
@@ -664,6 +664,4 @@
|
||||
<applicationListeners>
|
||||
<listener activeInTestMode="false" class="com.jetbrains.python.testing.VFSTestFrameworkListenerImpl$Listener" topic="com.intellij.openapi.vfs.newvfs.BulkFileListener"/>
|
||||
</applicationListeners>
|
||||
|
||||
<depends optional="true" config-file="python-features-trainer.xml">training</depends>
|
||||
</idea-plugin>
|
||||
|
||||
Reference in New Issue
Block a user