From fc30fa5cdf819f8b64873f4a9e87cee9ff35485a Mon Sep 17 00:00:00 2001 From: Brian Helba Date: Sun, 10 Apr 2022 21:20:07 -0400 Subject: [PATCH] Remove a fixed upstream warning --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2b2a9cdb..f7e0a746 100644 --- a/tox.ini +++ b/tox.ini @@ -90,5 +90,3 @@ addopts = --strict-markers --showlocals --verbose filterwarnings = # https://github.com/jazzband/django-configurations/issues/190 ignore:the imp module is deprecated in favour of importlib:DeprecationWarning:configurations - # https://github.com/celery/kombu/issues/1339 - ignore:SelectableGroups dict interface is deprecated:DeprecationWarning:kombu