Package: python-tornado / 4.4.3-1~bpo8+1
Metadata
Package | Version | Patches format |
---|---|---|
python-tornado | 4.4.3-1~bpo8+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable domain tests.patch | (download) |
tornado/test/netutil_test.py |
2 2 + 0 - 0 ! |
disable domain tests to prevent internet access during build Patch-Name: disable-domain-tests.patch |
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. Patch-Name: ignoreuserwarning.patch |
skip timing tests.patch | (download) |
tornado/test/util.py |
2 1 + 1 - 0 ! |
like travis buildd are often slow so skip the same tests Patch-Name: skip-timing-tests.patch |
sockopt.patch | (download) |
tornado/iostream.py |
7 6 + 1 - 0 ! |
ignore enoprotoopt errors from so_reuseaddr or so_error on af_unix sockets, for systems which do not implement them there. Patch-Name: sockopt.patch |
without certifi.patch | (download) |
setup.py |
2 1 + 1 - 0 ! |
remove dependance on certifi Since Debian is a distribution, we know where the certificates are and don't need certifi to find them. |
fix ftbfs on hurd.patch | (download) |
tornado/test/httpserver_test.py |
2 2 + 0 - 0 ! |
skip unixsockettest on hurd, as unix sockets with so_reuseaddr are not supported there A little discussion about unix sockets with SO_REUSEADDR can be found on https://lists.gnu.org/archive/html/bug-hurd/2016-01/msg00039.html |
0007 Use local objects.inv for intersphinx mapping.patch | (download) |
docs/conf.py |
2 1 + 1 - 0 ! |
use local objects.inv for intersphinx mapping |