From 2ab569bddf026bda611cb89ebe7f2b6d81707022 Mon Sep 17 00:00:00 2001 From: "Ilya.Kazakevich" Date: Mon, 28 Apr 2025 02:30:20 +0200 Subject: [PATCH] Python: Add plugin dependency to make sure a test can be run with a gutter. GitOrigin-RevId: b437c4fc5b260f9a67173204d7c410393b98577f --- python/pluginCore/intellij.python.community.plugin.iml | 1 + .../python-features-trainer/intellij.python.featuresTrainer.iml | 1 + 2 files changed, 2 insertions(+) diff --git a/python/pluginCore/intellij.python.community.plugin.iml b/python/pluginCore/intellij.python.community.plugin.iml index 3d21c073fbdb..a0ccd5fae42b 100644 --- a/python/pluginCore/intellij.python.community.plugin.iml +++ b/python/pluginCore/intellij.python.community.plugin.iml @@ -11,5 +11,6 @@ + \ No newline at end of file diff --git a/python/python-features-trainer/intellij.python.featuresTrainer.iml b/python/python-features-trainer/intellij.python.featuresTrainer.iml index 5e8b5e8fea21..371e6e35087c 100644 --- a/python/python-features-trainer/intellij.python.featuresTrainer.iml +++ b/python/python-features-trainer/intellij.python.featuresTrainer.iml @@ -29,5 +29,6 @@ + \ No newline at end of file