From 35871c754672a5ff4cd7b3de4c3f23328f827c49 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 2 Aug 2023 17:45:02 -0400 Subject: [PATCH] ci: fix fedora tests (#449) Fix the fedora tests. Signed-off-by: Henry Schreiner --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9d868d70..4110275e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,6 +118,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