mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
adding vmware warning suppresion (#1475)
Signed-off-by: Paige Patton <prubenda@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user