Your message dated Fri, 16 Oct 2020 18:49:21 +0000
with message-id <[email protected]>
and subject line Bug#972332: fixed in python-falcon 1.4.1-2.1
has caused the Debian Bug report #972332,
regarding python-falcon: fails its tests with python3.9
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 [email protected]
immediately.)
--
972332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972332
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:falcon
Version: 1.4.1-2
Severity: serious
Tags: sid bullseye
User: [email protected]
Usertags: python3.9
falcon fails it's tests with python3.9:
[...]
=================================== FAILURES ===================================
______________________ test_msgpack[application/msgpack] _______________________
media_type = 'application/msgpack'
@pytest.mark.parametrize('media_type', [
('application/msgpack'),
('application/msgpack; charset=utf-8'),
('application/x-msgpack'),
])
def test_msgpack(media_type):
client = create_client({
> 'application/msgpack': media.MessagePackHandler(),
'application/x-msgpack': media.MessagePackHandler(),
})
tests/test_request_media.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
falcon/media/msgpack.py:31: in __init__
self.packer = msgpack.Packer(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E TypeError: __init__() got an unexpected keyword argument 'encoding'
msgpack/_packer.pyx:118: TypeError
_______________ test_msgpack[application/msgpack; charset=utf-8] _______________
media_type = 'application/msgpack; charset=utf-8'
@pytest.mark.parametrize('media_type', [
('application/msgpack'),
('application/msgpack; charset=utf-8'),
('application/x-msgpack'),
])
def test_msgpack(media_type):
client = create_client({
> 'application/msgpack': media.MessagePackHandler(),
'application/x-msgpack': media.MessagePackHandler(),
})
tests/test_request_media.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
falcon/media/msgpack.py:31: in __init__
self.packer = msgpack.Packer(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E TypeError: __init__() got an unexpected keyword argument 'encoding'
msgpack/_packer.pyx:118: TypeError
_____________________ test_msgpack[application/x-msgpack] ______________________
media_type = 'application/x-msgpack'
@pytest.mark.parametrize('media_type', [
('application/msgpack'),
('application/msgpack; charset=utf-8'),
('application/x-msgpack'),
])
def test_msgpack(media_type):
client = create_client({
> 'application/msgpack': media.MessagePackHandler(),
'application/x-msgpack': media.MessagePackHandler(),
})
tests/test_request_media.py:46:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
falcon/media/msgpack.py:31: in __init__
self.packer = msgpack.Packer(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E TypeError: __init__() got an unexpected keyword argument 'encoding'
msgpack/_packer.pyx:118: TypeError
_____________________________ test_invalid_msgpack _____________________________
def test_invalid_msgpack():
> client = create_client({'application/msgpack':
> media.MessagePackHandler()})
tests/test_request_media.py:94:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
falcon/media/msgpack.py:31: in __init__
self.packer = msgpack.Packer(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E TypeError: __init__() got an unexpected keyword argument 'encoding'
msgpack/_packer.pyx:118: TypeError
______________________ test_msgpack[application/msgpack] _______________________
media_type = 'application/msgpack'
@pytest.mark.parametrize('media_type', [
(falcon.MEDIA_MSGPACK),
('application/msgpack; charset=utf-8'),
('application/x-msgpack'),
])
def test_msgpack(media_type):
client = create_client({
> 'application/msgpack': media.MessagePackHandler(),
'application/x-msgpack': media.MessagePackHandler(),
})
tests/test_response_media.py:85:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
falcon/media/msgpack.py:31: in __init__
self.packer = msgpack.Packer(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E TypeError: __init__() got an unexpected keyword argument 'encoding'
msgpack/_packer.pyx:118: TypeError
_______________ test_msgpack[application/msgpack; charset=utf-8] _______________
media_type = 'application/msgpack; charset=utf-8'
@pytest.mark.parametrize('media_type', [
(falcon.MEDIA_MSGPACK),
('application/msgpack; charset=utf-8'),
('application/x-msgpack'),
])
def test_msgpack(media_type):
client = create_client({
> 'application/msgpack': media.MessagePackHandler(),
'application/x-msgpack': media.MessagePackHandler(),
})
tests/test_response_media.py:85:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
falcon/media/msgpack.py:31: in __init__
self.packer = msgpack.Packer(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E TypeError: __init__() got an unexpected keyword argument 'encoding'
msgpack/_packer.pyx:118: TypeError
_____________________ test_msgpack[application/x-msgpack] ______________________
media_type = 'application/x-msgpack'
@pytest.mark.parametrize('media_type', [
(falcon.MEDIA_MSGPACK),
('application/msgpack; charset=utf-8'),
('application/x-msgpack'),
])
def test_msgpack(media_type):
client = create_client({
> 'application/msgpack': media.MessagePackHandler(),
'application/x-msgpack': media.MessagePackHandler(),
})
tests/test_response_media.py:85:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
falcon/media/msgpack.py:31: in __init__
self.packer = msgpack.Packer(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> ???
E TypeError: __init__() got an unexpected keyword argument 'encoding'
msgpack/_packer.pyx:118: TypeError
=============================== warnings summary ===============================
tests/test_sinks.py:126
/<<PKGBUILDDIR>>/tests/test_sinks.py:126: DeprecationWarning: invalid escape
sequence \d
client.app.add_sink(sink, '/books/\d+')
tests/test_http_method_routing.py::TestHttpMethodRouting::test_report
tests/test_http_method_routing.py::TestHttpMethodRouting::test_method_not_allowed_with_param
/usr/lib/python3.8/wsgiref/validate.py:341: WSGIWarning: Unknown
REQUEST_METHOD: 'REPORT'
warnings.warn(
tests/test_http_method_routing.py::TestHttpMethodRouting::test_methods_not_allowed_complex
tests/test_http_method_routing.py::TestHttpMethodRouting::test_method_not_allowed_with_param
/usr/lib/python3.8/wsgiref/validate.py:341: WSGIWarning: Unknown
REQUEST_METHOD: 'CONNECT'
warnings.warn(
tests/test_http_method_routing.py::TestHttpMethodRouting::test_methods_not_allowed_complex
tests/test_http_method_routing.py::TestHttpMethodRouting::test_method_not_allowed_with_param
/usr/lib/python3.8/wsgiref/validate.py:341: WSGIWarning: Unknown
REQUEST_METHOD: 'CHECKIN'
warnings.warn(
tests/test_http_method_routing.py::TestHttpMethodRouting::test_methods_not_allowed_complex
tests/test_http_method_routing.py::TestHttpMethodRouting::test_method_not_allowed_with_param
/usr/lib/python3.8/wsgiref/validate.py:341: WSGIWarning: Unknown
REQUEST_METHOD: 'CHECKOUT'
warnings.warn(
tests/test_http_method_routing.py::TestHttpMethodRouting::test_methods_not_allowed_complex
tests/test_http_method_routing.py::TestHttpMethodRouting::test_method_not_allowed_with_param
/usr/lib/python3.8/wsgiref/validate.py:341: WSGIWarning: Unknown
REQUEST_METHOD: 'UNCHECKIN'
warnings.warn(
tests/test_http_method_routing.py::TestHttpMethodRouting::test_methods_not_allowed_complex
tests/test_http_method_routing.py::TestHttpMethodRouting::test_method_not_allowed_with_param
/usr/lib/python3.8/wsgiref/validate.py:341: WSGIWarning: Unknown
REQUEST_METHOD: 'UPDATE'
warnings.warn(
tests/test_http_method_routing.py::TestHttpMethodRouting::test_methods_not_allowed_complex
tests/test_http_method_routing.py::TestHttpMethodRouting::test_method_not_allowed_with_param
/usr/lib/python3.8/wsgiref/validate.py:341: WSGIWarning: Unknown
REQUEST_METHOD: 'VERSION-CONTROL'
warnings.warn(
tests/test_http_method_routing.py::TestHttpMethodRouting::test_bogus_method
/usr/lib/python3.8/wsgiref/validate.py:341: WSGIWarning: Unknown
REQUEST_METHOD: 'l0P'
warnings.warn(
tests/test_httperror.py::TestHTTPError::test_custom_old_error_serializer
/<<PKGBUILDDIR>>/tests/test_httperror.py:355: YAMLLoadWarning: calling
yaml.load() without Loader=... is deprecated, as the default Loader is unsafe.
Please read https://msg.pyyaml.org/load for full details.
actual_doc = deserializer(response.content.decode('utf-8'))
tests/test_httperror.py::TestHTTPError::test_custom_new_error_serializer
/<<PKGBUILDDIR>>/tests/test_httperror.py:411: YAMLLoadWarning: calling
yaml.load() without Loader=... is deprecated, as the default Loader is unsafe.
Please read https://msg.pyyaml.org/load for full details.
actual_doc = deserializer(response.content.decode('utf-8'))
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========= 7 failed, 884 passed, 4 skipped, 18 warnings in 7.83 seconds =========
--- End Message ---
--- Begin Message ---
Source: python-falcon
Source-Version: 1.4.1-2.1
Done: Stefano Rivera <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-falcon, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Rivera <[email protected]> (supplier of updated python-falcon 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 16 Oct 2020 11:30:16 -0700
Source: python-falcon
Architecture: source
Version: 1.4.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 972332
Changes:
python-falcon (1.4.1-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Support Python 3.9 msgpack (Closes: #972332).
Checksums-Sha1:
257079a95a8c3f0c1b92ddfa0ef14954fdc84841 1657 python-falcon_1.4.1-2.1.dsc
b0c1d59f57a825703583dca02f5e94d94d189a99 5800
python-falcon_1.4.1-2.1.debian.tar.xz
fec3eff0ef917c83c780181093299b4ec807adfe 6816
python-falcon_1.4.1-2.1_source.buildinfo
Checksums-Sha256:
2ce43eef2612fe7ac4ac010448d7725b33930096b1cb213010fec9a62af817b0 1657
python-falcon_1.4.1-2.1.dsc
1bb6a6ef3a7e5957e63f2e4ba3307776f2a25762d6fbd6fc81ff073f99feadb9 5800
python-falcon_1.4.1-2.1.debian.tar.xz
e5bd04f9632c9b0f7af70836ffead01d41ffad7d274248bcfb5cde00ca07a6cd 6816
python-falcon_1.4.1-2.1_source.buildinfo
Files:
24cd0b9cd91b687b6af3e46909a46975 1657 python optional
python-falcon_1.4.1-2.1.dsc
0b1244a06bf93400f1c96d0eaace609d 5800 python optional
python-falcon_1.4.1-2.1.debian.tar.xz
2d1a32e7ebfd3a711fa160880167de31 6816 python optional
python-falcon_1.4.1-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQTumtb5BSD6EfafSCRHew2wJjpU2AUCX4nmwQAKCRBHew2wJjpU
2AEWAQC2HPU3ktaWsXMdQZdJluPT97NnJZ3bk8yvJUeQPvZF8wD/SnLLY9sCIyNH
qHphdPcBwBQWkZXB8ch4FGm61fDPrQg=
=nZ+O
-----END PGP SIGNATURE-----
--- End Message ---