Skip to content

Commit

Permalink
fme
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jun 28, 2021
1 parent cacc116 commit 9fd63c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fd63c8

Please sign in to comment.