Your message dated Mon, 26 Oct 2015 15:22:04 +0000
with message-id <e1zqjb2-0004wi...@franck.debian.org>
and subject line Bug#801302: fixed in pytest-localserver 0.3.4-2
has caused the Debian Bug report #801302,
regarding pytest-localserver: FTBFS due to problems with Python 3.5
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.)
--
801302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801302
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pytest-localserver
Version: 0.3.4-1
Severity: serious
Justification: fails to build from source
Pytest-localserver FTBFS because there are problems with Python 3.5,
it builds against python3-all and the test suite crashes:
<buildlog>
I: pybuild base:170: python3.5 -m pytest -v -x
============================= test session starts ==============================
platform linux -- Python 3.5.0 -- py-1.4.30 -- pytest-2.7.3 --
/usr/bin/python3.5
rootdir: /«PKGBUILDDIR», inifile:
plugins: localserver
collecting ... collected 15 items
tests/test_http.py::test_httpserver_funcarg PASSED
tests/test_http.py::test_server_does_not_serve_file_at_startup PASSED
tests/test_http.py::test_some_content_retrieval PASSED
tests/test_http.py::test_GET_request PASSED
tests/test_http.py::test_HEAD_request PASSED
tests/test_https.py::test_httpsserver_funcarg PASSED
tests/test_https.py::test_server_does_not_serve_file_at_startup PASSED
tests/test_https.py::test_some_content_retrieval PASSED
tests/test_https.py::test_GET_request PASSED
tests/test_https.py::test_HEAD_request PASSED
tests/test_smtp.py::test_smtpserver_funcarg ERROR
==================================== ERRORS ====================================
__________________ ERROR at setup of test_smtpserver_funcarg ___________________
request = <SubRequest 'smtpserver' for <Function 'test_smtpserver_funcarg'>>
def pytest_funcarg__smtpserver(request):
# define funcargs here again in order to run tests without having to
# install the plugin anew every single time
> return plugin.pytest_funcarg__smtpserver(request)
tests/test_smtp.py:34:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
pytest_localserver/plugin.py:76: in pytest_funcarg__smtpserver
server = smtp.Server()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <smtp.Server localhost:0>, host = 'localhost', port = 0
def __init__(self, host='localhost', port=0):
smtpd.SMTPServer.__init__(self, (host, port), None)
if self._localaddr[1] == 0:
> self.addr = self.getsockname()
E AttributeError: 'Server' object has no attribute 'getsockname'
pytest_localserver/smtp.py:37: AttributeError
</buildlog>
Appears to be that pytest_localserver/smtp.py is not fit for Python 3.5.
DS
-- System Information:
Debian Release: stretch/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Source: pytest-localserver
Source-Version: 0.3.4-2
We believe that the bug you reported is fixed in the latest version of
pytest-localserver, 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 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Daniel Stender <deb...@danielstender.com> (supplier of updated
pytest-localserver 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: Sun, 25 Oct 2015 18:52:36 +0100
Source: pytest-localserver
Binary: python-pytest-localserver python3-pytest-localserver
Architecture: source all
Version: 0.3.4-2
Distribution: unstable
Urgency: medium
Maintainer: Daniel Stender <deb...@danielstender.com>
Changed-By: Daniel Stender <deb...@danielstender.com>
Description:
python-pytest-localserver - py.test plugin to test server connections locally
(Python 2)
python3-pytest-localserver - py.test plugin to test server connections locally
(Python 3)
Closes: 801302
Changes:
pytest-localserver (0.3.4-2) unstable; urgency=medium
.
* deb/control:
+ updated Homepage.
+ use https for Vcs-Browser.
* deb/tests/: corrected names of scripts.
* Added py35-fix.patch (Closes: #801302).
* Added deb/.git-dpm.
Checksums-Sha1:
795f9c37a15c6f07a915562c8b5ae080291cd1c8 2408 pytest-localserver_0.3.4-2.dsc
a251609fd06e80e9ae8274ef054234ace1aceaa1 4304
pytest-localserver_0.3.4-2.debian.tar.xz
351ff213000915400f46412dd4895f7c7345a809 18990
python-pytest-localserver_0.3.4-2_all.deb
7383a3d2f26c17dc34def79d43b4f7511adf91d2 19070
python3-pytest-localserver_0.3.4-2_all.deb
Checksums-Sha256:
383e242bacb347d5763edcea4c55777ce43603265b1024ac6ac992abc6abc6bc 2408
pytest-localserver_0.3.4-2.dsc
45460c9f305f290c1f39b0721b350adfe9e504c4b1c635161621e96a7b7f9eda 4304
pytest-localserver_0.3.4-2.debian.tar.xz
20a61599c3f2d29b7546dbdd920f81fac9c4083d6fc4faadde719c03c5bc0194 18990
python-pytest-localserver_0.3.4-2_all.deb
1e1f11a83261fb6d5f4082bd9452a1ba5f593161f905540ae961b109af9fedf4 19070
python3-pytest-localserver_0.3.4-2_all.deb
Files:
039e7daffd66a4b6d28dbbb65578d5e9 2408 python optional
pytest-localserver_0.3.4-2.dsc
025283768a3549df473edcaef3f79100 4304 python optional
pytest-localserver_0.3.4-2.debian.tar.xz
dd4e287617a5f26781defb0084405ead 18990 python optional
python-pytest-localserver_0.3.4-2_all.deb
770d424269f8bd4ac1375ca65559dca4 19070 python optional
python3-pytest-localserver_0.3.4-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWLjuIAAoJEKLeI1Bi2jP6qBAQAI+pWEZLxsfVY/pAvo8M6Jjd
lvyPbvOZ3jF/UetO5fAtrjFzGrecqB8gtIo85NHUn8q7J4iAngluBArelyK/Yg4T
Tj1mDX3NK8WWFSFY0SdimHnhF6dVLE8w+yTIIxPJoTPjO3By2gZTpo91BfT3P5QM
tivilgXLxtDoC6b9g+1fKasIF0tYrX9t7S7uzFEdr9YsiM/zoY4/9Yl5/f9GJQrM
Om88eedxz2iNXi4ShtXKa9FwHQFrKZOfA58NEYUPyObl6x873AgDr2IPqNce8XTQ
E6BmvRSZ3pYndR3yojf+J6oDTh8iIDJFlC/ksI55fbLWREbivyBj0G2SI5696g6W
7FAL5EX+iq9514wIF91f3jXkQsRsGgV+gmXG6Oe829SXwM1v9uE6f437sWLYI0A6
2KQQe7ZqLaJuSLDEZ4GZ520U27ZF1IN/bABGzhAZpM8UQVdP2YAVg6iKI4/Yy8Nd
cNBk9cRSo1fnJkNEOQ8ZjCZ6hKl6ki23fotTY4d6mX2p9HaZQwcICsXLWBEM3w69
u02QJSQvl8aBBJrt8BAXwirCga+zEYg05MRGhSQ9pPaIIZ1y6eYFZk1u7Jr+Qw8w
xtYhJzJ+g7E0em3GDCVNLsf57UzHFp+SquWuyB+mySAgdFCnuvYQVrXwdLUmOofg
3PWgY4nlV0nIRu/8b5YC
=3vmG
-----END PGP SIGNATURE-----
--- End Message ---