Skip to content

Commit 8a8e89b

Browse files
committed
TST: ignore distutils deprecation warning
Somehow this warning is triggered when running the tests with GraalPy.
1 parent e3b9fad commit 8a8e89b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,5 @@ testpaths = ['tests']
117117
xfail_strict = true
118118
filterwarnings = [
119119
'error',
120+
'ignore:The distutils package is deprecated:DeprecationWarning',
120121
]

0 commit comments

Comments
 (0)