Package: python-tornado / 6.5.4-1

Metadata

Package Version Patches format
python-tornado 6.5.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable domain tests.patch | (download)

tornado/test/netutil_test.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 disable domain tests to prevent internet access during build

ignoreuserwarning.patch | (download)

tornado/test/runtests.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 ignore userwarning in tests

 Required to run tests from source with the package already installed.
 Else one gets check_version_conflict warning from pkg_resources.
Patch-Name: ignoreuserwarning.patch
0006 Use local objects.inv for intersphinx mapping.patch | (download)

docs/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use local objects.inv for intersphinx mapping

0007 Higher test_gc timeout.patch | (download)

tornado/test/gen_test.py | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 set timeout in test_gc to higher value

disable should be failing test.patch | (download)

tornado/test/tcpclient_test.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
increase timeout rv64.patch | (download)

tornado/test/autoreload_test.py | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 increase timeout on riscv64
increase timeout httpclinet test.patch | (download)

tornado/test/simple_httpclient_test.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase timeout on simple_httpclient_test
Make tests compatible with curl 8.19.0.patch | (download)

tornado/test/httpclient_test.py | 11 10 + 1 - 0 !
1 file changed, 10 insertions(+), 1 deletion(-)

 make tests compatible with curl 8.19.0

In 8.19.0-rc2, the error logic has been changed so any later errors are
preserved. This changes what is returned by curl and therefore what tornado
sees. For HTTPError variant of the test, which uses CurlAsyncHTTPClient, we get
the error from pycurl and now it contains "Failed binding local connection
end". This logic handles both the old version of libcurl and also the newer
one.

Co-Authored-By: Samuel Henrique <samueloph@debian.org>