From 5fbbcfeb8c61e63915605431dafa1e1c9862ad9d Mon Sep 17 00:00:00 2001 From: Paige Patton <64206430+paigerube14@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:35:01 -0400 Subject: [PATCH] adding vmware warning suppresion (#1475) Signed-off-by: Paige Patton --- run_kraken.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/run_kraken.py b/run_kraken.py index 71eab83b..ad551acc 100644 --- a/run_kraken.py +++ b/run_kraken.py @@ -12,6 +12,14 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +import warnings +warnings.filterwarnings( + "ignore", + message="pkg_resources is deprecated as an API", + category=UserWarning, + module=r"com\.vmware.*", +) + import atexit import datetime import json