83bc9ec6f2
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-tornado.git#67d36b94f4b1f35a0d6afbc209ac4083b5d81ed0
12 lines
742 B
Diff
12 lines
742 B
Diff
diff -Nur tornado-6.0.4/tornado/test/runtests.py tornado-6.0.4-new/tornado/test/runtests.py
|
|
--- tornado-6.0.4/tornado/test/runtests.py 2020-03-02 20:21:37.000000000 +0100
|
|
+++ tornado-6.0.4-new/tornado/test/runtests.py 2020-09-14 09:21:31.818678680 +0200
|
|
@@ -126,7 +126,6 @@
|
|
# Tornado generally shouldn't use anything deprecated, but some of
|
|
# our dependencies do (last match wins).
|
|
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
|
- warnings.filterwarnings("error", category=DeprecationWarning, module=r"tornado\..*")
|
|
warnings.filterwarnings("ignore", category=PendingDeprecationWarning)
|
|
warnings.filterwarnings(
|
|
"error", category=PendingDeprecationWarning, module=r"tornado\..*"
|