From 15ba29983fe24beabc03031369abfd610db7ec89 Mon Sep 17 00:00:00 2001 From: Ben Greiner Date: Sat, 29 Oct 2022 15:57:01 +0200 Subject: [PATCH 1/2] Ignore distutils deprecation warning --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) Index: scikit-build-0.16.0/pyproject.toml =================================================================== --- scikit-build-0.16.0.orig/pyproject.toml +++ scikit-build-0.16.0/pyproject.toml @@ -86,6 +86,7 @@ filterwarnings = [ "ignore:Config variable 'Py_DEBUG' is unset:RuntimeWarning", "ignore:Config variable 'WITH_PYMALLOC' is unset, Python ABI tag may be incorrect:RuntimeWarning", 'ignore:\s*Installing .* as data is deprecated:Warning', + "ignore:shell/Perl-style subs.* are deprecated:DeprecationWarning", ] log_cli_level = "info" markers = [