diff --git a/pyproject.toml b/pyproject.toml index dc304f9ab..36c5ad7f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,8 +44,7 @@ build-backend = "poetry.core.masonry.api" [tool.pytest.ini_options] filterwarnings = [ - "error", - "ignore::UserWarning", + "error" ]