Skip to content

Commit e1699e9

Browse files
committed
TST: ignore distutils deprecation warning
Somehow this warning is triggered when running the tests with GraalPy.
1 parent 67f6882 commit e1699e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,6 @@ testpaths = ['tests']
117117
xfail_strict = true
118118
filterwarnings = [
119119
'error',
120+
# For some reason, running the tests with GraalPy 24.0 triggers this warning.
121+
'ignore:The distutils package is deprecated:DeprecationWarning',
120122
]

0 commit comments

Comments
 (0)