mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
tests [python]: Fix intellij.python.community.services.systemPython dep. for JUnit4.
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
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f2a4850f03
commit
86fbbb50fe
@@ -1,7 +1,9 @@
|
||||
<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"/>
|
||||
|
||||
Reference in New Issue
Block a user