diff --git a/pyproject.toml b/pyproject.toml index 8cfd805b4..ca4f83060 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,4 +117,6 @@ testpaths = ['tests'] xfail_strict = true filterwarnings = [ 'error', + # For some reason, running the tests with GraalPy 24.0 triggers this warning. + 'ignore:The distutils package is deprecated:DeprecationWarning', ]