Your message dated Sat, 04 Oct 2025 09:36:12 +0000
with message-id <[email protected]>
and subject line Bug#1114295: fixed in python-asyncio-throttle 1.0.2-3
has caused the Debian Bug report #1114295,
regarding python-asyncio-throttle: FTBFS: dh_auto_test: error: pybuild --test
--test-pytest -i python{version} -p 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.)
--
1114295: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114295
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-asyncio-throttle
Version: 1.0.2-2
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build.
Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202509/
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 could not 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:python-asyncio-throttle, so that this is
still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh clean --buildsystem=pybuild --with python3
dh_auto_clean -O--buildsystem=pybuild
dh_autoreconf_clean -O--buildsystem=pybuild
dh_clean -O--buildsystem=pybuild
debian/rules binary
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh binary --buildsystem=pybuild --with python3
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:129: Building wheel for python3.13 with "build"
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/dist.py:759:
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX
license expression:
License :: OSI Approved :: MIT License
See
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
for details.
********************************************************************************
!!
self._finalize_license_expression()
running bdist_wheel
running build
running build_py
creating build/lib/asyncio_throttle
copying asyncio_throttle/throttler.py -> build/lib/asyncio_throttle
copying asyncio_throttle/__init__.py -> build/lib/asyncio_throttle
running egg_info
creating asyncio_throttle.egg-info
writing asyncio_throttle.egg-info/PKG-INFO
writing dependency_links to asyncio_throttle.egg-info/dependency_links.txt
writing top-level names to asyncio_throttle.egg-info/top_level.txt
writing manifest file 'asyncio_throttle.egg-info/SOURCES.txt'
reading manifest file 'asyncio_throttle.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'asyncio_throttle.egg-info/SOURCES.txt'
copying asyncio_throttle/py.typed -> build/lib/asyncio_throttle
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/asyncio_throttle
copying build/lib/asyncio_throttle/throttler.py ->
build/bdist.linux-x86_64/wheel/./asyncio_throttle
copying build/lib/asyncio_throttle/py.typed ->
build/bdist.linux-x86_64/wheel/./asyncio_throttle
copying build/lib/asyncio_throttle/__init__.py ->
build/bdist.linux-x86_64/wheel/./asyncio_throttle
running install_egg_info
Copying asyncio_throttle.egg-info to
build/bdist.linux-x86_64/wheel/./asyncio_throttle-1.0.2.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/asyncio_throttle-1.0.2.dist-info/WHEEL
creating
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/.tmp-2sd8tme9/asyncio_throttle-1.0.2-py3-none-any.whl'
and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'asyncio_throttle/__init__.py'
adding 'asyncio_throttle/py.typed'
adding 'asyncio_throttle/throttler.py'
adding 'asyncio_throttle-1.0.2.dist-info/licenses/LICENSE'
adding 'asyncio_throttle-1.0.2.dist-info/METADATA'
adding 'asyncio_throttle-1.0.2.dist-info/WHEEL'
adding 'asyncio_throttle-1.0.2.dist-info/top_level.txt'
adding 'asyncio_throttle-1.0.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built asyncio_throttle-1.0.2-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with
"installer" module
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build;
python3.13 -m pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.4
collected 3 items
tests/test_simple.py FFF [100%]
=================================== FAILURES ===================================
_____________________ TestThrottle.test_rate_limiting[5-5] _____________________
async def functions are not natively supported.
You need to install a suitable plugin for your async framework, for example:
- anyio
- pytest-asyncio
- pytest-tornasync
- pytest-trio
- pytest-twisted
____________________ TestThrottle.test_rate_limiting[20-35] ____________________
async def functions are not natively supported.
You need to install a suitable plugin for your async framework, for example:
- anyio
- pytest-asyncio
- pytest-tornasync
- pytest-trio
- pytest-twisted
___________________ TestThrottle.test_rate_limiting[50-100] ____________________
async def functions are not natively supported.
You need to install a suitable plugin for your async framework, for example:
- anyio
- pytest-asyncio
- pytest-tornasync
- pytest-trio
- pytest-twisted
=============================== warnings summary ===============================
tests/test_simple.py:24
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_simple.py:24:
PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You
can register custom marks to avoid this warning - for details, see
https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.asyncio
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_simple.py::TestThrottle::test_rate_limiting[5-5] - Failed: ...
FAILED tests/test_simple.py::TestThrottle::test_rate_limiting[20-35] - Failed...
FAILED tests/test_simple.py::TestThrottle::test_rate_limiting[50-100] - Faile...
========================= 3 failed, 1 warning in 0.01s =========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build; python3.13 -m pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13
returned exit code 13
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: python-asyncio-throttle
Source-Version: 1.0.2-3
Done: Edward Betts <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-asyncio-throttle, 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 python-asyncio-throttle
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: Sat, 04 Oct 2025 09:19:47 +0100
Source: python-asyncio-throttle
Architecture: source
Version: 1.0.2-3
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <[email protected]>
Changed-By: Edward Betts <[email protected]>
Closes: 1114295
Changes:
python-asyncio-throttle (1.0.2-3) unstable; urgency=medium
.
* Add python3-pytest-asyncio build dependency to fix FTBFS.
(Closes: #1114295)
* Add <!nocheck> to test dependencies.
* Add my name to Uploaders.
* Update Standards-Version.
Checksums-Sha1:
94dc332692d031ee980270f7fe211fe8699cb25f 2309
python-asyncio-throttle_1.0.2-3.dsc
35ac9f7da016aa6e2a0b405c8315c1e981cd040a 2000
python-asyncio-throttle_1.0.2-3.debian.tar.xz
f64923d5010dbd0de40ad54f7fd8a14cd025da1a 7266
python-asyncio-throttle_1.0.2-3_source.buildinfo
Checksums-Sha256:
7dee2f5727a69031044ae6a9183e2050ee3ab8df17a2616312a7ac584a49c4f6 2309
python-asyncio-throttle_1.0.2-3.dsc
5d03c3d7a57f9bcc8df483d9f59400edad4d7b6fbedc279d5bb18c498af92afa 2000
python-asyncio-throttle_1.0.2-3.debian.tar.xz
c6a98b3dbadb0fdfb3f43524bf71c278bcf27a0a1dbcaa4e24e5f661ca0cc5d2 7266
python-asyncio-throttle_1.0.2-3_source.buildinfo
Files:
73c66d54698ccbdf060a2ca1296358a1 2309 python optional
python-asyncio-throttle_1.0.2-3.dsc
81fcf06969c20f4c39b6d535bf88ac2c 2000 python optional
python-asyncio-throttle_1.0.2-3.debian.tar.xz
00b7beb15d14f1c169ad6771ee643db0 7266 python optional
python-asyncio-throttle_1.0.2-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmjg5X0ACgkQlgWhCYxj
uSqMGw/8D8Z4VuLGelfJW9gviwapekPCdGX/pIZW0Y1wWoFDHwr1i4g12KI6oZsm
OnO2H0X+NHFtz33f/BskhXx+GHmTTWdVd10fznJ4/LTTxng/YZMY3ipq7wCv+cD1
EzAqP9+R54lrtjwfbLTpB2TOxXJPRE+RNgcgWuB9fU/pBWfLF4JbEm+QrxVndykJ
Ad7aMbw2ODs8TY1X2ibBR0BAoo2IxT6qTlh9CeKm1q9zeIRQ2xGRyPVV7yHFqzlH
RIbg+QJzei+5pQ5xvyonz+OZFEN1L5XTvBuKva4KrVPop+jxDK66dNsUXRUp70ML
6iFJC85gZetYNx4E1nPkZSOJEV2Y/KuVbc0SEj0E/tA6VY+HKp4d+07JO7U/5HHl
+d3l6LQzSPiDgbHhc8G2KE/S7FLiBdwTDjqCUQb18fk8aOpapa0zKDlKExLQ1gkm
gw4PKYXBrh82wVtf63lRgPbGCWyCN3wa/m73kmlMfkSPdElACpeE+tVKiAqngkYM
B1jdORyjkYLywjf5O5X8Lv3wYKxUIBZpPZdOF8GrgET6P5Z8NuVDFbzWcx1LveXm
KgIrzp5R0IPE4kiRRe5sNbOSKIWJdzM0ZiTyoktKYiMm7gcEV3nkDMkEHsOoFLMk
mJ8arV4eeQxL8lcI+uq/TvwywzOp/Tbq5j70LvUkMOL6i9XFzvg=
=/qqh
-----END PGP SIGNATURE-----
pgp1yW5bBZTBK.pgp
Description: PGP signature
--- End Message ---