From c16052db3f3f4d244645b6a566d5e0f5bb9b5598 Mon Sep 17 00:00:00 2001 From: Panos Koutsovasilis Date: Thu, 20 Jun 2024 12:43:34 +0300 Subject: [PATCH] fix: remove obsolete filterwarnings from pytest.ini --- pytest.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index c8a34025f6f..fdfec54930a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -11,7 +11,6 @@ timeout_func_only = True # Fail on deprecation warnings filterwarnings = - error::yaml.YAMLLoadWarning error::DeprecationWarning # Ignore distutil Version class deprecation in the compose package until it can be upgraded not to use them. ignore:distutils Version classes are deprecated. Use packaging.version instead.:DeprecationWarning:.*compose.*