From 3dc29f05f49873d5eeee44accbb2389127b7bf61 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 28 Jun 2023 14:43:45 -0400 Subject: [PATCH] test: suppress a warning from a third-party library --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 1f69fc54..2046f708 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,11 @@ ignore_missing_imports = True markers = flaky_github: tests to run with flaky GitHub behavior emulated +filterwarnings = + # kombu issued this because of entry_points() on Python 3.10: + # for ep in importlib_metadata.entry_points().get(namespace, []) + ignore:SelectableGroups dict interface is deprecated. Use select.:DeprecationWarning + [scriv] output_file = README.rst rst_header_chars = ~.