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:
Ilya.Kazakevich
2026-01-28 23:13:21 +00:00
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"/>