Skip to content

Commit 830cd5d

Browse files
committed
chore: Filter some warnings
1 parent 06bf2a2 commit 830cd5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ testpaths = ["src", "tests"]
6666
log_level = "INFO"
6767
xfail_strict = true
6868
addopts = ["-ra", "--strict-config", "--strict-markers"]
69-
filterwarnings = ["error"]
69+
filterwarnings = ["error", "ignore::pytest.PytestUnraisableExceptionWarning", "ignore::SyntaxWarning:datalad*"]
7070
norecursedirs = ["data"]
7171
doctest_optionflags = ["NORMALIZE_WHITESPACE", "IGNORE_EXCEPTION_DETAIL"]
7272

0 commit comments

Comments
 (0)