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.*