X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=unittest_utils.py;fp=unittest_utils.py;h=8c9a1202f99d46708b8abfd083fc3f57256fcacc;hb=55a3172e37855f388b9ba0dfc91641a6c9ad1376;hp=270e20d1e268112f543ac70d4e096745b1861d1c;hpb=ffc4022c1ea2c2a5892150ff55e6c9a9ddbb8756;p=python_utils.git diff --git a/unittest_utils.py b/unittest_utils.py index 270e20d..8c9a120 100644 --- a/unittest_utils.py +++ b/unittest_utils.py @@ -18,7 +18,6 @@ import time import tempfile from typing import Callable import unittest -import warnings import bootstrap import config @@ -81,7 +80,6 @@ def check_method_for_perf_regressions(func: Callable) -> Callable: logger.exception(e) msg = f'Unable to load perfdb from {_db}' logger.warning(msg) - warnings.warn(msg) perfdb = {} # This is a unique identifier for a test: filepath!function