summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-10-04 12:19:05 -0700
committerDavid Lord <davidism@gmail.com>2021-10-04 12:43:17 -0700
commit5fdec222422b5948cf25f0db6c3c64e772bde5c3 (patch)
treef66370a138db36529b292aa603cb9f4500cea49d
parent8cef6b89c51f2dfb19100f88f9c87fe9d9070b01 (diff)
downloadjinja2-5fdec222422b5948cf25f0db6c3c64e772bde5c3.tar.gz
ignore internal asyncio warning
https://bugs.python.org/issue45097
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a56d553..f952317 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,6 +47,8 @@ babel.extractors =
testpaths = tests
filterwarnings =
error
+ # Python 3.9 raises a deprecation from internal asyncio code.
+ ignore:The loop argument:DeprecationWarning:asyncio[.]base_events:542
[coverage:run]
branch = True