diff --git a/tildes/pytest.ini b/tildes/pytest.ini index 5de5104..6162a49 100644 --- a/tildes/pytest.ini +++ b/tildes/pytest.ini @@ -4,3 +4,4 @@ addopts = -p no:cacheprovider filterwarnings = ignore::DeprecationWarning ignore::PendingDeprecationWarning + ignore::yaml.YAMLLoadWarning