Package: python-httpretty / 1.1.4-5

Metadata

Package Version Patches format
python-httpretty 1.1.4-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove broken test.patch | (download)

tests/unit/test_httpretty.py | 18 0 + 18 - 0 !
1 file changed, 18 deletions(-)

 remove broken test
 This test looks like broken, and if it doesn't really raise something, it
 still LGTM... :)
remove network access test.patch | (download)

tests/unit/test_core.py | 27 0 + 27 - 0 !
1 file changed, 27 deletions(-)

 remove network access test
 This test is doing network access, which isn't acceptable during build.
match uri without hostname case.patch | (download)

httpretty/core.py | 14 8 + 6 - 0 !
tests/unit/test_httpretty.py | 20 20 + 0 - 0 !
2 files changed, 28 insertions(+), 6 deletions(-)

 match uri without letter case in hostname.
 The URI matching should ignore the hostname letter case, so that
 intermediate normalising of the hostname does not affect whether
 the URI matches.
Bug: https://github.com/gabrielfalcao/HTTPretty/issues/369
Bug-Debian: http://bugs.debian.org/919599