We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bf2a2 commit 830cd5dCopy full SHA for 830cd5d
1 file changed
pyproject.toml
@@ -66,7 +66,7 @@ testpaths = ["src", "tests"]
66
log_level = "INFO"
67
xfail_strict = true
68
addopts = ["-ra", "--strict-config", "--strict-markers"]
69
-filterwarnings = ["error"]
+filterwarnings = ["error", "ignore::pytest.PytestUnraisableExceptionWarning", "ignore::SyntaxWarning:datalad*"]
70
norecursedirs = ["data"]
71
doctest_optionflags = ["NORMALIZE_WHITESPACE", "IGNORE_EXCEPTION_DETAIL"]
72
0 commit comments