Package: python-tornado / 3.2.2-1.1
Metadata
Package | Version | Patches format |
---|---|---|
python-tornado | 3.2.2-1.1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
ignore ca certificates.patch | (download) |
setup.py |
2 1 + 1 - 0 ! |
remove the ca-certificate file from being added to the package |
certs path.patch | (download) |
tornado/simple_httpclient.py |
5 4 + 1 - 0 ! |
looks for ca-certificates.crt at the good debian location before trying local path |
ignoreuserwarning.patch | (download) |
tornado/test/runtests.py |
1 1 + 0 - 0 ! |
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. |
domain test.patch | (download) |
tornado/test/netutil_test.py |
4 2 + 2 - 0 ! |
use a domain that is more likely invalid avoids test failures in unisolated builds |
skip timing tests.patch | (download) |
tornado/test/util.py |
2 1 + 1 - 0 ! |
like travis buildd are often slow so skip the same tests |
sockopt.patch | (download) |
tornado/iostream.py |
7 6 + 1 - 0 ! |
--- |