Skip to content

Commit 915f4fe

Browse files
committed
Fix test failures
Signed-off-by: Cristian Le <[email protected]>
1 parent 3d7fbd0 commit 915f4fe

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
@@ -139,6 +139,7 @@ filterwarnings = [
139139
"error",
140140
"ignore:Config variable '.*' is unset, Python ABI tag may be incorrect:RuntimeWarning",
141141
"default:pkg_resources is deprecated as an API:DeprecationWarning:wheel", # Caused by wheel<0.41 in tests
142+
"default:The 'wheel' package is no longer the canonical location:DeprecationWarning", # Caused by wheel also
142143
"default:onerror argument is deprecated, use onexc instead:DeprecationWarning:wheel", # Caused by wheel<0.41 & Python 3.12
143144
"default:The distutils package is deprecated and slated for removal:DeprecationWarning", # Caused by setuptools sometimes
144145
"default:The distutils.sysconfig module is deprecated, use sysconfig instead:DeprecationWarning", # Caused by setuptools sometimes

0 commit comments

Comments
 (0)