From 79a3ecea4a3f8a761a14aa2c3cba039d3c004405 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 2 Aug 2023 16:46:15 -0400 Subject: [PATCH] ci: fix fedora tests Signed-off-by: Henry Schreiner --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 868d5d70..3bac8cf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,6 +116,7 @@ filterwarnings = [ "error", "ignore:Config variable '.*' is unset, Python ABI tag may be incorrect:RuntimeWarning", "default:pkg_resources is deprecated as an API:DeprecationWarning:wheel", # Caused by wheel<0.41 in tests + "default:onerror argument is deprecated, use onexc instead:DeprecationWarning:wheel", # Caused by wheel<0.41 & Python 3.12 "default:The distutils package is deprecated and slated for removal:DeprecationWarning", # Caused by setuptools sometimes "default:The distutils.sysconfig module is deprecated, use sysconfig instead:DeprecationWarning", # Caused by setuptools sometimes "default:check_home argument is deprecated and ignored.:DeprecationWarning", # Caused by setuptools sometimes