Skip to content

Commit b8bf288

Browse files
committed
chore: ignore FutureWarning
1 parent ebfe32f commit b8bf288

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ version_files = [
2626
[tool.pytest.ini_options]
2727
norecursedirs = 'examples/*'
2828
addopts = "-s"
29+
filterwarnings = [
30+
"ignore::FutureWarning",
31+
]
32+
junit_family = "xunit1"

0 commit comments

Comments
 (0)