Your message dated Mon, 11 Dec 2023 12:04:31 +0000
with message-id <e1rcf1t-00fxlb...@fasolo.debian.org>
and subject line Bug#1056516: fixed in qstylizer 0.2.2-2
has caused the Debian Bug report #1056516,
regarding qstylizer's autopkg tests fail with Python 3.12
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.)


-- 
1056516: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056516
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:qstylizer
Version: 0.2.2-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12

qstylizer's autopkg tests fail with Python 3.12:

[...]
177s autopkgtest [19:03:16]: test pytest: [-----------------------
177s Testing with python3.12:
178s ============================= test session starts ==============================
178s platform linux -- Python 3.12.0+, pytest-7.4.3, pluggy-1.3.0
178s rootdir: /tmp/autopkgtest.JQ9ibf/autopkgtest_tmp
178s plugins: mock-3.11.1
178s collected 70 items
178s
178s test/integration/test_integration.py .......................... [ 37%] 178s test/unit/test_style.py .........................F.................. [100%]
178s
178s =================================== FAILURES =================================== 178s _________________________ test_create_child_rule_list __________________________
178s
178s mocker = <pytest_mock.plugin.MockerFixture object at 0x7efd34434cb0>
178s style_class = <class 'qstylizer.style.StyleRule'>, css = <StyleSheet />
178s
178s     def test_create_child_rule_list(mocker, style_class, css):
178s         import qstylizer.style
178s         style_list = "StyleListInstance"
178s         name = "test"
178s         mocker.patch.object(
178s             qstylizer.style, "StyleRuleList", return_value=style_list
178s         )
178s mocked_set_child_rule = mocker.patch.object(style_class, "set_child_rule")
178s         assert css.create_child_rule_list(name) == style_list
178s >       mocked_set_child_rule.called_once_with(name, style_list)
178s
178s test/unit/test_style.py:187:
178s _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
178s
178s self = <MagicMock name='set_child_rule' id='139625967389008'>
178s name = 'called_once_with'
178s
178s     def __getattr__(self, name):
178s         if name in {'_mock_methods', '_mock_unsafe'}:
178s             raise AttributeError(name)
178s         elif self._mock_methods is not None:
178s             if name not in self._mock_methods or name in _all_magics:
178s raise AttributeError("Mock object has no attribute %r" % name)
178s         elif _is_magic(name):
178s             raise AttributeError(name)
178s if not self._mock_unsafe and (not self._mock_methods or name not in self._mock_methods): 178s if name.startswith(('assert', 'assret', 'asert', 'aseert', 'assrt')) or name in _ATTRIB_DENY_LIST:
178s >               raise AttributeError(
178s                     f"{name!r} is not a valid assertion. Use a spec "
178s f"for the mock if {name!r} is meant to be an attribute.") 178s E AttributeError: 'called_once_with' is not a valid assertion. Use a spec for the mock if 'called_once_with' is meant to be an attribute.. Did you mean: 'assert_called_once_with'?
178s
178s /usr/lib/python3.12/unittest/mock.py:663: AttributeError
178s =========================== short test summary info ============================ 178s FAILED test/unit/test_style.py::test_create_child_rule_list - AttributeError:... 178s ========================= 1 failed, 69 passed in 0.29s =========================
--- End Message ---
--- Begin Message ---
Source: qstylizer
Source-Version: 0.2.2-2
Done: Julian Gilbey <j...@debian.org>

We believe that the bug you reported is fixed in the latest version of
qstylizer, 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 1056...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Gilbey <j...@debian.org> (supplier of updated qstylizer 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: Mon, 11 Dec 2023 11:31:43 +0000
Source: qstylizer
Architecture: source
Version: 0.2.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Julian Gilbey <j...@debian.org>
Closes: 1056516
Changes:
 qstylizer (0.2.2-2) unstable; urgency=medium
 .
   * Fix package tests for Python 3.12 (closes: #1056516)
Checksums-Sha1:
 9d51ee7e0ed9988835b5e49e13191863447569f1 2406 qstylizer_0.2.2-2.dsc
 f6ec42028b3baa5c692e2d59fe93ff080b4b8c44 3148 qstylizer_0.2.2-2.debian.tar.xz
 6d182b104795ec4a6fb9021165c2c97fc358cfca 8790 qstylizer_0.2.2-2_amd64.buildinfo
Checksums-Sha256:
 c2aff7eb767f50dce8767f039b0ca59a9d5e5dbca8556873697ec852b5e7e6fd 2406 
qstylizer_0.2.2-2.dsc
 a2c4da232457e3dcdeb5764c46c58ddf54651d6a1563980acd6971974a29fb4e 3148 
qstylizer_0.2.2-2.debian.tar.xz
 95d0969a75a09127d3e52889e8edfdfaafbbe126fe41db5dac2cb0e541082122 8790 
qstylizer_0.2.2-2_amd64.buildinfo
Files:
 e1b9cde41bfaae2ccd6e932782eed2d4 2406 python optional qstylizer_0.2.2-2.dsc
 61d7490bc0707c419b03db79cb83ba4a 3148 python optional 
qstylizer_0.2.2-2.debian.tar.xz
 ce8620146bb18c12f78be08d67f5918a 8790 python optional 
qstylizer_0.2.2-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCAAtFiEEfhrD+iemSShMMj72aVxCkxbAe/4FAmV28+sPHGpkZ0BkZWJp
YW4ub3JnAAoJEGlcQpMWwHv+ysMP+wQ4CWWBzq3pr5yOl4V8F38mIPQySysjbM1w
pWutv1AlAax8UoSP9mQ8+BAqIpK80yRi6GPA6SLSwwfvQOwxcpXXRPFz60nTq2Tj
kbW6AZXZsslZ6Inp+/HQ53UoPtVGoMtybJkB8naZ2B+1zVGnaHt0lKZfBHIL50ov
QwX9XfLZug4funKBbYOlX3SmFB17+ceKbCAVRnFFUetavOwWzxoAMynvp/en4++a
FXz4Dmyxz0vnrZloAG4wxXqa1H3N2/XmMI0LFoZQT82EtuwFB3+LPGGOZG+9mLSI
71Hp7+V6yh9g/zOGZtMyGTkxKfpf50I4VoA6o6JddjFwLg/IvEM3WhcPtPsL6V6r
FfB29iuq8Dujv5eWFqy/F6NFU9fN5DFiBIgiyHqBiUA9+8guBD5kAyEhwTM7Hsro
Vmrv/VeXumUmtig46bYzmI3MxAYjVqlm/NWrUsU7evDnn36S+If+3hAgKYHVWD/R
xqZgrhbXQkHYnvlxkMt2w+WuJ/IIkdmAh/+8HTVToXR3gRYkxzxL7OuK+kxNA0d/
9jWt/bsgnOWort6c7nxr6mosIEOFxrf96QqW2URm4TSqpiryEzcNyIGjbrfwQDyQ
0TN7P/87jS5aJwbShDIgrKM2Y5ivZJ+pX/r/sNXCK85GXYQBC59DWocAtf+R+n8u
H4onp9Jy
=fZMR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to