Your message dated Thu, 14 Aug 2014 09:38:37 +0000
with message-id <e1xhrut-0001gn...@franck.debian.org>
and subject line Bug#758020: fixed in python-wsgi-intercept 0.8.1-2
has caused the Debian Bug report #758020,
regarding tests try to connect to the network during the tests
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
758020: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758020
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-wsgi-intercept
Version: 0.8.1-1
Severity: serious
Tags: sid jessie
=================================== FAILURES ===================================
__________________________ test_http_not_intercepted ___________________________
def test_http_not_intercepted():
with InstalledApp(wsgi_app.raises_app, host=HOST, port=80) as app:
http_client = http_lib.HTTPConnection('google.com')
> http_client.request('GET', '/')
test/test_http_client.py:57:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python2.7/httplib.py:995: in request
self._send_request(method, url, body, headers)
/usr/lib/python2.7/httplib.py:1029: in _send_request
self.endheaders(body)
/usr/lib/python2.7/httplib.py:991: in endheaders
self._send_output(message_body)
/usr/lib/python2.7/httplib.py:844: in _send_output
self.send(msg)
/usr/lib/python2.7/httplib.py:806: in send
self.connect()
wsgi_intercept/__init__.py:492: in connect
HTTPConnection.connect(self)
/usr/lib/python2.7/httplib.py:787: in connect
self.timeout, self.source_address)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
address = ('google.com', 80), timeout = <object object at 0xf755c558>
source_address = None
def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT,
source_address=None):
"""Connect to *address* and return the socket object.
Convenience function. Connect to *address* (a 2-tuple ``(host,
port)``) and return the socket object. Passing the optional
*timeout* parameter will set the timeout on the socket instance
before attempting to connect. If no *timeout* is supplied, the
global default timeout setting returned by :func:`getdefaulttimeout`
is used. If *source_address* is set it must be a tuple of (host, port)
for the socket to bind as a source address before making the connection.
An host of '' or port 0 tells the OS to use the default.
"""
host, port = address
err = None
> for res in getaddrinfo(host, port, 0, SOCK_STREAM):
af, socktype, proto, canonname, sa = res
E gaierror: [Errno -2] Name or service not known
/usr/lib/python2.7/socket.py:553: gaierror
================ 1 failed, 31 passed, 1 xfailed in 0.27 seconds ================
--- End Message ---
--- Begin Message ---
Source: python-wsgi-intercept
Source-Version: 0.8.1-2
We believe that the bug you reported is fixed in the latest version of
python-wsgi-intercept, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 758...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-wsgi-intercept
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 14 Aug 2014 15:17:49 +0800
Source: python-wsgi-intercept
Binary: python-wsgi-intercept python3-wsgi-intercept
Architecture: source all
Version: 0.8.1-2
Distribution: unstable
Urgency: medium
Maintainer: PKG OpenStack <openstack-de...@lists.alioth.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Description:
python-wsgi-intercept - installs a WSGI application in place of a real URI for
testing
python3-wsgi-intercept - installs a WSGI application in place of a real URI
for testing (p
Closes: 758020
Changes:
python-wsgi-intercept (0.8.1-2) unstable; urgency=medium
.
* Removed unit tests which are doing outbound network connection to google.
Thanks to Matthias Klose <d...@ubuntu.com> for the report (Closes: #758020)
Checksums-Sha1:
daf1a9ac0c45c0202850f7b3812b238019ea597c 2425 python-wsgi-intercept_0.8.1-2.dsc
e6d3ac392bccec63711cdff43e396576c372f492 4772
python-wsgi-intercept_0.8.1-2.debian.tar.xz
0ce8dc4bc2eb9381afa996cce3f96586f2da554d 10854
python-wsgi-intercept_0.8.1-2_all.deb
ab899180699e7ffd69543e136fcf728ca68a2207 10966
python3-wsgi-intercept_0.8.1-2_all.deb
Checksums-Sha256:
7f29d247eae39913d8229a9a672316479b7d6418830bfe34fdf6927ab94697bd 2425
python-wsgi-intercept_0.8.1-2.dsc
0086050dfd6b0e8dbf89718e503129e51a4e30b80decc1300ba187be992f799a 4772
python-wsgi-intercept_0.8.1-2.debian.tar.xz
fc3759650abdc986e8dc3f40089ffc98978d7f2abd4cd5584fd9fd335c3c5a53 10854
python-wsgi-intercept_0.8.1-2_all.deb
c01a02434fdb856bfa90003108122beee3f7301de4fcbf2f52e3c2cefa1f4f5f 10966
python3-wsgi-intercept_0.8.1-2_all.deb
Files:
c870d41e34c9b3946503fed27f95faad 10854 python optional
python-wsgi-intercept_0.8.1-2_all.deb
885733e46137637136d3802279198a5d 10966 python optional
python3-wsgi-intercept_0.8.1-2_all.deb
61a8da7ea4403aff1fb36694dce95cf6 2425 python optional
python-wsgi-intercept_0.8.1-2.dsc
511bb0ffc253797c9f244722f9f17c96 4772 python optional
python-wsgi-intercept_0.8.1-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJT7G1kAAoJENQWrRWsa0P+3XAP/j4XPYXW9IZ2EieGLKuMWbq6
tHBpRkXifQafptzi2Y3bIqSZxMkdYtQjWxwtEffVUxuFbv3OHeUL/1T7SKSeAOOQ
FdteeT82VtYq6G/nxxTsgHsOX1K4WTh1DOrjVTaN1ppoCBtWhT+Ep2RPuWwVrn9g
xE6fD5Z73rbdG1wiy6gVnQuMW7JzUi9+zNxlCGgNKx2eeDvi539XL+CXt/a1wVHJ
BaC83d/e8tId0Yu9q6PemOTytd4FFpS9vxyfUWqaV6cZuBf4uTlPATiKjw8HgjVL
Q7QX+lyjfo80ryocjRQeI9qt0BDzMhcHsDf/SYGlxGGC8fhrUPY1RoXW4HoqQCVC
XSLDJtNI1kxa7QD6EyHKN6hS1kPLxBL2X2PUnYgyf3YLZamf3GC8az41tSWowLXg
8VCyB9wevUGO60CUMJ416vSjWLk99ioQMf5a01tB6CFxzicXBLHQqzWfV7l9qHKQ
WExi2Bt14I1stmCki4iHVqVUi3owl2zrwCMi+YPyC+n5lnRw3Fw2O/PT/wPSr02e
3X3hlfbBCfs0evSg7IWKXGS3exJvsbTp89pqTQ21MeqHueTcvsRRl44uuySJJPpK
Yf0XdjvJ4THloNC9s+RhW7wJoqTXOc7VN3+vCIoMmQBVoVcvFrVsIJtLW5cjNZgG
QWUAFTWDF3NR5oexeSmS
=sDqn
-----END PGP SIGNATURE-----
--- End Message ---