From 86fbbb50fe57d3a6f7ebab5701265590a0282dbd Mon Sep 17 00:00:00 2001 From: "Ilya.Kazakevich" Date: Wed, 28 Jan 2026 20:27:31 +0100 Subject: [PATCH] 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 --- python/services/system-python/testResources/META-INF/plugin.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/services/system-python/testResources/META-INF/plugin.xml b/python/services/system-python/testResources/META-INF/plugin.xml index fef48d0f56a1..863a65d71037 100644 --- a/python/services/system-python/testResources/META-INF/plugin.xml +++ b/python/services/system-python/testResources/META-INF/plugin.xml @@ -1,7 +1,9 @@ pycharm.systemPython.tests + +