Skip to content

Commit

Permalink
TST: ignore distutils deprecation warning
Browse files Browse the repository at this point in the history
Somehow this warning is triggered when running the tests with GraalPy.
  • Loading branch information
dnicolodi committed Mar 24, 2024
1 parent e3b9fad commit 8a8e89b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,5 @@ testpaths = ['tests']
xfail_strict = true
filterwarnings = [
'error',
'ignore:The distutils package is deprecated:DeprecationWarning',
]

0 comments on commit 8a8e89b

Please sign in to comment.