Python: Add plugin dependency to make sure a test can be run with a gutter.

GitOrigin-RevId: b437c4fc5b260f9a67173204d7c410393b98577f
This commit is contained in:
Ilya.Kazakevich
2025-04-28 16:45:00 +00:00
committed by intellij-monorepo-bot
parent b22914aba7
commit 2ab569bddf
2 changed files with 2 additions and 0 deletions
@@ -29,5 +29,6 @@
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
<orderEntry type="module" module-name="intellij.python.community.impl.venv" scope="TEST" />
<orderEntry type="module" module-name="intellij.python.community.services.internal.impl" scope="TEST" />
<orderEntry type="module" module-name="intellij.python.community.plugin" scope="TEST" />
</component>
</module>