Skip to content

Commit

Permalink
test: suppress a warning from a third-party library
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Batchelder authored and nedbat committed Jul 13, 2023
1 parent 9998fc8 commit 3dc29f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ~.
Expand Down

0 comments on commit 3dc29f0

Please sign in to comment.