Your message dated Wed, 24 Dec 2025 09:04:39 +0000
with message-id <[email protected]>
and subject line Bug#1123096: fixed in amqtt 0.11.3-2
has caused the Debian Bug report #1123096,
regarding amqtt: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p "3.14 3.13" returned exit code 13
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.)


-- 
1123096: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123096
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:amqtt
Version: 0.11.3-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:amqtt, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
I: pybuild plugin_pyproject:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14  
* Building wheel...
Successfully built amqtt-0.11.3-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13  
* Building wheel...
Successfully built amqtt-0.11.3-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; 
python3.14 -m pytest --no-cov -k " not test_external_http_server and not 
test_broker_sys_plugin_config and not test_connect_ws and not 
test_reconnect_ws_retain_username_password and not 
test_broker_sys_plugin_deprecated_config"
============================= test session starts ==============================
platform linux -- Python 3.14.2, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: logdog-0.0.0, cov-5.0.0, timeout-2.4.0, asyncio-1.2.0, 
typeguard-4.4.4, hypothesis-6.148.2
timeout: 15.0s
timeout method: signal
timeout func_only: False
asyncio: mode=Mode.AUTO, debug=False, 
asyncio_default_fixture_loop_scope=function, 
asyncio_default_test_loop_scope=function
collected 413 items / 3 errors / 6 deselected / 407 selected

==================================== ERRORS ====================================
_ ERROR collecting .pybuild/cpython3_3.14/build/tests/contrib/test_db_plugin.py 
_
tests/contrib/test_db_plugin.py:42: in <module>
    @pytest.fixture
     ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture
    return fixture_marker(fixture_function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in 
_ban_given_call
    return _orig_call(self, function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
E   pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect
E   See docs: 
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
_ ERROR collecting 
.pybuild/cpython3_3.14/build/tests/contrib/test_db_scripts.py _
tests/contrib/test_db_scripts.py:38: in <module>
    @pytest.fixture
     ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture
    return fixture_marker(fixture_function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in 
_ban_given_call
    return _orig_call(self, function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
/usr/lib/python3/dist-packages/_pytest/runner.py:353: in from_call
    result: TResult | None = func()
                             ^^^^^^
/usr/lib/python3/dist-packages/_pytest/runner.py:398: in collect
    return list(collector.collect())
                ^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:563: in collect
    self._register_setup_module_fixture()
/usr/lib/python3/dist-packages/_pytest/python.py:576: in 
_register_setup_module_fixture
    self.obj, ("setUpModule", "setup_module")
    ^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:289: in obj
    self._obj = obj = self._getobj()
                      ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:560: in _getobj
    return importtestmodule(self.path, self.config)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1398: in _gcd_import
    ???
<frozen importlib._bootstrap>:1371: in _find_and_load
    ???
<frozen importlib._bootstrap>:1342: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:938: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
tests/contrib/test_db_plugin.py:42: in <module>
    @pytest.fixture
     ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture
    return fixture_marker(fixture_function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in 
_ban_given_call
    return _orig_call(self, function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
E   pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect
E   See docs: 
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
_ ERROR collecting .pybuild/cpython3_3.14/build/tests/contrib/test_shadows.py __
tests/contrib/test_shadows.py:34: in <module>
    @pytest.fixture
     ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture
    return fixture_marker(fixture_function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in 
_ban_given_call
    return _orig_call(self, function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
/usr/lib/python3/dist-packages/_pytest/runner.py:353: in from_call
    result: TResult | None = func()
                             ^^^^^^
/usr/lib/python3/dist-packages/_pytest/runner.py:398: in collect
    return list(collector.collect())
                ^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:563: in collect
    self._register_setup_module_fixture()
/usr/lib/python3/dist-packages/_pytest/python.py:576: in 
_register_setup_module_fixture
    self.obj, ("setUpModule", "setup_module")
    ^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:289: in obj
    self._obj = obj = self._getobj()
                      ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:560: in _getobj
    return importtestmodule(self.path, self.config)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1398: in _gcd_import
    ???
<frozen importlib._bootstrap>:1371: in _find_and_load
    ???
<frozen importlib._bootstrap>:1342: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:938: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
tests/contrib/test_db_scripts.py:38: in <module>
    @pytest.fixture
     ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture
    return fixture_marker(fixture_function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in 
_ban_given_call
    return _orig_call(self, function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
/usr/lib/python3/dist-packages/_pytest/runner.py:353: in from_call
    result: TResult | None = func()
                             ^^^^^^
/usr/lib/python3/dist-packages/_pytest/runner.py:398: in collect
    return list(collector.collect())
                ^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:563: in collect
    self._register_setup_module_fixture()
/usr/lib/python3/dist-packages/_pytest/python.py:576: in 
_register_setup_module_fixture
    self.obj, ("setUpModule", "setup_module")
    ^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:289: in obj
    self._obj = obj = self._getobj()
                      ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:560: in _getobj
    return importtestmodule(self.path, self.config)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.14/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1398: in _gcd_import
    ???
<frozen importlib._bootstrap>:1371: in _find_and_load
    ???
<frozen importlib._bootstrap>:1342: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:938: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
tests/contrib/test_db_plugin.py:42: in <module>
    @pytest.fixture
     ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture
    return fixture_marker(fixture_function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in 
_ban_given_call
    return _orig_call(self, function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
E   pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect
E   See docs: 
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:852
  /usr/lib/python3/dist-packages/_pytest/config/__init__.py:852: 
PytestAssertRewriteWarning: Module already imported so cannot be rewritten; 
pytest_logdog
    self.import_plugin(import_spec)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR tests/contrib/test_db_plugin.py - pytest.PytestRemovedIn9Warning: Marks...
ERROR tests/contrib/test_db_scripts.py - pytest.PytestRemovedIn9Warning: Mark...
ERROR tests/contrib/test_shadows.py - pytest.PytestRemovedIn9Warning: Marks a...
!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!
================== 6 deselected, 1 warning, 3 errors in 1.18s ==================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest --no-cov -k 
" not test_external_http_server and not test_broker_sys_plugin_config and not 
test_connect_ws and not test_reconnect_ws_retain_username_password and not 
test_broker_sys_plugin_deprecated_config"
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; 
python3.13 -m pytest --no-cov -k " not test_external_http_server and not 
test_broker_sys_plugin_config and not test_connect_ws and not 
test_reconnect_ws_retain_username_password and not 
test_broker_sys_plugin_deprecated_config"
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: logdog-0.0.0, cov-5.0.0, timeout-2.4.0, asyncio-1.2.0, 
typeguard-4.4.4, hypothesis-6.148.2
timeout: 15.0s
timeout method: signal
timeout func_only: False
asyncio: mode=Mode.AUTO, debug=False, 
asyncio_default_fixture_loop_scope=function, 
asyncio_default_test_loop_scope=function
collected 413 items / 3 errors / 6 deselected / 407 selected

==================================== ERRORS ====================================
_ ERROR collecting .pybuild/cpython3_3.13/build/tests/contrib/test_db_plugin.py 
_
tests/contrib/test_db_plugin.py:42: in <module>
    @pytest.fixture
     ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture
    return fixture_marker(fixture_function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in 
_ban_given_call
    return _orig_call(self, function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
E   pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect
E   See docs: 
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
_ ERROR collecting 
.pybuild/cpython3_3.13/build/tests/contrib/test_db_scripts.py _
tests/contrib/test_db_scripts.py:38: in <module>
    @pytest.fixture
     ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture
    return fixture_marker(fixture_function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in 
_ban_given_call
    return _orig_call(self, function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
/usr/lib/python3/dist-packages/_pytest/runner.py:353: in from_call
    result: TResult | None = func()
                             ^^^^^^
/usr/lib/python3/dist-packages/_pytest/runner.py:398: in collect
    return list(collector.collect())
                ^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:563: in collect
    self._register_setup_module_fixture()
/usr/lib/python3/dist-packages/_pytest/python.py:576: in 
_register_setup_module_fixture
    self.obj, ("setUpModule", "setup_module")
    ^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:289: in obj
    self._obj = obj = self._getobj()
                      ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:560: in _getobj
    return importtestmodule(self.path, self.config)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
tests/contrib/test_db_plugin.py:42: in <module>
    @pytest.fixture
     ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture
    return fixture_marker(fixture_function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in 
_ban_given_call
    return _orig_call(self, function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
E   pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect
E   See docs: 
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
_ ERROR collecting .pybuild/cpython3_3.13/build/tests/contrib/test_shadows.py __
tests/contrib/test_shadows.py:34: in <module>
    @pytest.fixture
     ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture
    return fixture_marker(fixture_function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in 
_ban_given_call
    return _orig_call(self, function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
/usr/lib/python3/dist-packages/_pytest/runner.py:353: in from_call
    result: TResult | None = func()
                             ^^^^^^
/usr/lib/python3/dist-packages/_pytest/runner.py:398: in collect
    return list(collector.collect())
                ^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:563: in collect
    self._register_setup_module_fixture()
/usr/lib/python3/dist-packages/_pytest/python.py:576: in 
_register_setup_module_fixture
    self.obj, ("setUpModule", "setup_module")
    ^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:289: in obj
    self._obj = obj = self._getobj()
                      ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:560: in _getobj
    return importtestmodule(self.path, self.config)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
tests/contrib/test_db_scripts.py:38: in <module>
    @pytest.fixture
     ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture
    return fixture_marker(fixture_function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in 
_ban_given_call
    return _orig_call(self, function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
/usr/lib/python3/dist-packages/_pytest/runner.py:353: in from_call
    result: TResult | None = func()
                             ^^^^^^
/usr/lib/python3/dist-packages/_pytest/runner.py:398: in collect
    return list(collector.collect())
                ^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:563: in collect
    self._register_setup_module_fixture()
/usr/lib/python3/dist-packages/_pytest/python.py:576: in 
_register_setup_module_fixture
    self.obj, ("setUpModule", "setup_module")
    ^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:289: in obj
    self._obj = obj = self._getobj()
                      ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:560: in _getobj
    return importtestmodule(self.path, self.config)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:507: in importtestmodule
    mod = import_path(
/usr/lib/python3/dist-packages/_pytest/pathlib.py:587: in import_path
    importlib.import_module(module_name)
/usr/lib/python3.13/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<frozen importlib._bootstrap>:1387: in _gcd_import
    ???
<frozen importlib._bootstrap>:1360: in _find_and_load
    ???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:935: in _load_unlocked
    ???
/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py:197: in exec_module
    exec(co, module.__dict__)
tests/contrib/test_db_plugin.py:42: in <module>
    @pytest.fixture
     ^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1399: in fixture
    return fixture_marker(fixture_function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_hypothesis_pytestplugin.py:453: in 
_ban_given_call
    return _orig_call(self, function)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/fixtures.py:1239: in __call__
    warnings.warn(MARKED_FIXTURE, stacklevel=2)
E   pytest.PytestRemovedIn9Warning: Marks applied to fixtures have no effect
E   See docs: 
https://docs.pytest.org/en/stable/deprecations.html#applying-a-mark-to-a-fixture-function
=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/_pytest/config/__init__.py:852
  /usr/lib/python3/dist-packages/_pytest/config/__init__.py:852: 
PytestAssertRewriteWarning: Module already imported so cannot be rewritten; 
pytest_logdog
    self.import_plugin(import_spec)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR tests/contrib/test_db_plugin.py - pytest.PytestRemovedIn9Warning: Marks...
ERROR tests/contrib/test_db_scripts.py - pytest.PytestRemovedIn9Warning: Mark...
ERROR tests/contrib/test_shadows.py - pytest.PytestRemovedIn9Warning: Marks a...
!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!
================== 6 deselected, 1 warning, 3 errors in 1.11s ==================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest --no-cov -k 
" not test_external_http_server and not test_broker_sys_plugin_config and not 
test_connect_ws and not test_reconnect_ws_retain_username_password and not 
test_broker_sys_plugin_deprecated_config"
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: amqtt
Source-Version: 0.11.3-2
Done: Edward Betts <[email protected]>

We believe that the bug you reported is fixed in the latest version of
amqtt, 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.
Edward Betts <[email protected]> (supplier of updated amqtt 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: Wed, 24 Dec 2025 08:20:09 +0000
Source: amqtt
Architecture: source
Version: 0.11.3-2
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <[email protected]>
Changed-By: Edward Betts <[email protected]>
Closes: 1123096
Changes:
 amqtt (0.11.3-2) unstable; urgency=medium
 .
   * Patch code to support PyTest 9. (Closes: #1123096)
Checksums-Sha1:
 e56ebbd363baa975b2a2ccdfa086409fb53c8062 2785 amqtt_0.11.3-2.dsc
 5389c831ca13a9c16ac3e2beef8af1d9ed31c939 3204 amqtt_0.11.3-2.debian.tar.xz
 5b576d6b9a79923e2522ea1f169f6520817f237c 6313 amqtt_0.11.3-2_source.buildinfo
Checksums-Sha256:
 d6a541a4e2268b1d470ce2152bfa59c6690f12adc2edaa74af255db7b70c800b 2785 
amqtt_0.11.3-2.dsc
 e7e8e92cd914c3671148ab12d7756e60b07e467aed2b9157233c2eb8b2b3c649 3204 
amqtt_0.11.3-2.debian.tar.xz
 c7c219211c78a8e6f1bca1b799fbf00d6596bafc0afc71662917323e73e8eb72 6313 
amqtt_0.11.3-2_source.buildinfo
Files:
 b856f4830b83b32dd84aaa28cefa8d63 2785 python optional amqtt_0.11.3-2.dsc
 57e0b1a56aa6392bf0cd49a1b4c2b4d6 3204 python optional 
amqtt_0.11.3-2.debian.tar.xz
 00be9a30f74ce37bf17f976e677280c1 6313 python optional 
amqtt_0.11.3-2_source.buildinfo

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

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmlLpm4ACgkQlgWhCYxj
uSp/Ng/+KhCjF7KTQcbU4Lmz5wwBk+LUnx2FbIo+wQxGSZJb4xNMwwnnQm2e0fLQ
aT61nJY89/8sUNzvZHniIyu2ZxMimS/vJYX5CdQsQkSF798BeJHissSKI0YBxGq2
oXLXl+VIJoZ8LalSfH6UJadVfGEX3d/K2nJvMuPZU3WC6qNqMQQULVSQvoi/58BG
5toSKDVVizKnA72zHQQipFUrIRDrcfEzWl7P76m7VtSFzMKzJHBwUv7QOR72JuoM
1AWtuFwPL/ZM/w0LDH5SpaMjrrfNk8Og8VXNLoCI+x7j4UnZ36kQQ6Ymzb1FztUm
h5w1X0HOBbfRTMcw9UIehMvzIS31g26wzaYaKN6AT6Bp1qodQRnhovXPT3FFhqxd
/inz9JEUYx6iniwfdOSQHuqewCH3LCJZg6RY6w21rejp79Y0B12byugDp4iZ9gvS
O/WmBmLp/r5R2in9LQA5oPcI3QkFP9Px2878BR99G+5rWLZtl5W59WlscFkYGoVN
F+TvFPmaictoSu8JambmEXlGwwCSeqDPVae9L/Do5BA0Fb+ucg2R+5g9czgPvL9N
KnO+azYT9yhDTgQPjP5uxe6OS1QMpeC/GQH+0Oa3fNwyo8mDuxzhIJD0XjZeT6bF
gTklAGPQF4wTpX6BW3yS9a5xa1ySHlOx7+24l3FmTIc06z6BwcU=
=PQx/
-----END PGP SIGNATURE-----

Attachment: pgpCW_faLKn7X.pgp
Description: PGP signature


--- End Message ---

Reply via email to