From 9fd63c8fb25134435a8ed35838eea76d45e8c096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Mon, 28 Jun 2021 12:36:06 +0200 Subject: [PATCH] fme --- conftest.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conftest.py b/conftest.py index de8876f480d..9bce3bc6374 100644 --- a/conftest.py +++ b/conftest.py @@ -77,9 +77,8 @@ def pytest_configure(config): "error", # >>> internal deprecation warnings with no obvious solution ( - r"ignore:Please specify the requested field as an explicit tuple (ftype, fname)\.\n" - r"""Defaulting to '(".+", "pd?[xy]")'\.\n""" - r"Deprecated since v4\.0\.0\. This feature will be removed in v4\.1\.0:DeprecationWarning" + r"ignore:The requested field name 'pd?[xyz]' is ambiguous and corresponds " + "to any one of the following field types.*:yt._maintenance.deprecation.VisibleDeprecationWarning" ), # >>> warnings emitted by testing frameworks, or in testing contexts # we still have some yield-based tests, awaiting for transition into pytest