File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments