We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f6882 commit e1699e9Copy full SHA for e1699e9
pyproject.toml
@@ -117,4 +117,6 @@ testpaths = ['tests']
117
xfail_strict = true
118
filterwarnings = [
119
'error',
120
+ # For some reason, running the tests with GraalPy 24.0 triggers this warning.
121
+ 'ignore:The distutils package is deprecated:DeprecationWarning',
122
]
0 commit comments