Skip to content

Commit fc5b9b1

Browse files
authored
disable warning in pytest (#5767)
1 parent 46f6b80 commit fc5b9b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,7 @@ python_files = [
3131
"test.py",
3232
"test_*.py"
3333
]
34+
filterwarnings = [
35+
"ignore::UserWarning",
36+
'ignore::DeprecationWarning',
37+
]

0 commit comments

Comments
 (0)