Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15:Update
python-tornado.13128
tornado-async-deprecations.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tornado-async-deprecations.patch of Package python-tornado.13128
Index: tornado-4.4.2/tornado/test/runtests.py =================================================================== --- tornado-4.4.2.orig/tornado/test/runtests.py +++ tornado-4.4.2/tornado/test/runtests.py @@ -125,6 +125,9 @@ def main(): # 3.5.2's PendingDeprecationWarning became a DeprecationWarning in 3.6. warnings.filterwarnings("ignore", category=DeprecationWarning, message=".*legacy __aiter__ protocol") + # simply ignore all async-related deprecations, for a rough support for python 3.6 + warnings.filterwarnings("ignore", category=DeprecationWarning, + message="async") logging.getLogger("tornado.access").setLevel(logging.CRITICAL)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor