python-jinja2/0003-ignore-get_event_loop-DeprecationWarning.patch

13 lines
311 B
Diff

diff --git a/setup.cfg b/setup.cfg
index 3387720..fa69df8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,6 +10,7 @@ testpaths = tests
filterwarnings =
error
ignore:the sets module:DeprecationWarning:jinja2.sandbox
+ ignore:There is no current event loop:DeprecationWarning
[coverage:run]
branch = True