Your message dated Thu, 06 Nov 2025 10:34:32 +0000
with message-id <[email protected]>
and subject line Bug#1114294: fixed in python-awair 0.2.4-3
has caused the Debian Bug report #1114294,
regarding python-awair: 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.)


-- 
1114294: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114294
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-awair
Version: 0.2.4-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-awair, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
rm -rf python_awair.egg-info/
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   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: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_python-awair  
* Building wheel...
The "poetry.dev-dependencies" section is deprecated and will be removed in a 
future version. Use "poetry.group.dev.dependencies" instead.
Successfully built python_awair-0.2.4-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_python-awair/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>>/.pybuild/cpython3_3.13_python-awair/build
configfile: pyproject.toml
plugins: asyncio-0.25.1, cov-5.0.0
asyncio: mode=Mode.STRICT, asyncio_default_fixture_loop_scope=None
collected 21 items

tests/test_python_awair.py FFFFFFFFFFFFFFFFFFFF.                         [100%]

=================================== FAILURES ===================================
________________________________ test_get_user _________________________________
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
_______________________________ test_custom_auth _______________________________
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
_______________________________ test_get_devices _______________________________
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
____________________________ test_get_local_devices ____________________________
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
_______________________________ test_get_latest ________________________________
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
____________________________ test_get_latest_local _____________________________
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
_____________________________ test_get_five_minute _____________________________
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
___________________________ test_get_fifteen_minute ____________________________
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
_________________________________ test_get_raw _________________________________
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
__________________________ test_sensor_creation_gen1 ___________________________
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
__________________________ test_sensor_creation_omni ___________________________
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
__________________________ test_sensor_creation_mint ___________________________
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
__________________________ test_sensor_creation_gen2 ___________________________
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
__________________________ test_sensor_creation_glow ___________________________
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
______________________________ test_auth_failure _______________________________
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
________________________________ test_bad_query ________________________________
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
________________________________ test_not_found ________________________________
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
___________________ test_air_data_handles_boolean_attributes ___________________
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
_____________________ test_air_data_handles_numeric_limits _____________________
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
____________________ test_air_data_handles_datetime_limits _____________________
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
=========================== short test summary info ============================
FAILED tests/test_python_awair.py::test_get_user - Failed: async def function...
FAILED tests/test_python_awair.py::test_custom_auth - Failed: async def funct...
FAILED tests/test_python_awair.py::test_get_devices - Failed: async def funct...
FAILED tests/test_python_awair.py::test_get_local_devices - Failed: async def...
FAILED tests/test_python_awair.py::test_get_latest - Failed: async def functi...
FAILED tests/test_python_awair.py::test_get_latest_local - Failed: async def ...
FAILED tests/test_python_awair.py::test_get_five_minute - Failed: async def f...
FAILED tests/test_python_awair.py::test_get_fifteen_minute - Failed: async de...
FAILED tests/test_python_awair.py::test_get_raw - Failed: async def functions...
FAILED tests/test_python_awair.py::test_sensor_creation_gen1 - Failed: async ...
FAILED tests/test_python_awair.py::test_sensor_creation_omni - Failed: async ...
FAILED tests/test_python_awair.py::test_sensor_creation_mint - Failed: async ...
FAILED tests/test_python_awair.py::test_sensor_creation_gen2 - Failed: async ...
FAILED tests/test_python_awair.py::test_sensor_creation_glow - Failed: async ...
FAILED tests/test_python_awair.py::test_auth_failure - Failed: async def func...
FAILED tests/test_python_awair.py::test_bad_query - Failed: async def functio...
FAILED tests/test_python_awair.py::test_not_found - Failed: async def functio...
FAILED tests/test_python_awair.py::test_air_data_handles_boolean_attributes
FAILED tests/test_python_awair.py::test_air_data_handles_numeric_limits - Fai...
FAILED tests/test_python_awair.py::test_air_data_handles_datetime_limits - Fa...
========================= 20 failed, 1 passed in 0.17s =========================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_python-awair/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:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-awair
Source-Version: 0.2.4-3
Done: Edward Betts <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-awair, 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-awair 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: Thu, 06 Nov 2025 08:32:28 +0000
Source: python-awair
Architecture: source
Version: 0.2.4-3
Distribution: unstable
Urgency: medium
Maintainer: Home Assistant Team <[email protected]>
Changed-By: Edward Betts <[email protected]>
Closes: 1114294
Changes:
 python-awair (0.2.4-3) unstable; urgency=medium
 .
   * Fix FTBFS by passing asyncio_mode=auto to pytest. (Closes: #1114294)
   * Switch to autopkgtest-pkg-pybuild.
   * Move packages required for tests to Build-Depends-Indep.
   * Remove 'Rules-Requires-Root: no', now the default.
   * Update Standards-Version.
   * Update copyright year.
   * Update debian/watch to format version 5.
   * Add debian/salsa-ci.yml.
   * Simplify debian/rules.
Checksums-Sha1:
 fb61dc25170a6b2c8ab266d138cf233d1eb45dd3 2308 python-awair_0.2.4-3.dsc
 e0a693b6bff11b774731fd18cd1c027765d5eca8 2424 
python-awair_0.2.4-3.debian.tar.xz
 2be0ad4eb1fe1ad448bc54ffe929a9602c557757 6696 
python-awair_0.2.4-3_source.buildinfo
Checksums-Sha256:
 d9c3891b3a0b72882407777e8fa87fd5185dfb0674c8c814f0eace0902c6da6b 2308 
python-awair_0.2.4-3.dsc
 a144c2356cede2244346b2d64d778c5bc32c31c484c78dc52058162baaf75be2 2424 
python-awair_0.2.4-3.debian.tar.xz
 9e7d23e077961bbf87660c7077b066feea5164b307968e9c62c533577e615e46 6696 
python-awair_0.2.4-3_source.buildinfo
Files:
 9c9fec97a1b48ee41a9b6eccafd26ef9 2308 python optional python-awair_0.2.4-3.dsc
 b649aa3a2ff133596833f734391e3d12 2424 python optional 
python-awair_0.2.4-3.debian.tar.xz
 4be0cf79071c9df1d5e0533c2a5a1dfe 6696 python optional 
python-awair_0.2.4-3_source.buildinfo

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

iQIzBAEBCgAdFiEE+4rPp4xyYInDitAmlgWhCYxjuSoFAmkMdz8ACgkQlgWhCYxj
uSo0Mg//aDd+ERJT+sMuqQ5Xz5Ci+XE0MQ30MT9NBmxW9YG/lZTXLFpUUGv7I2Qv
QpktdHhrpBWOj0wq/+b8eSiZxckI/+XYHuNuSZgBAemzW49idNSi+JnKgHWUApZl
J1Vgb7uSYviKmxm4D4BP8gQgfcB7tiIg8X17fo5Eydj1zIU8e5QKyHxHDAvkSlOo
iZ6R5+Ge/uO2601bAFBjxTuHADl8/ymPrsf/gDsbgFLfyTs1PKh5dSOFNIltwKMK
1AqN2XNY8T+RcByQNga6Iz3wzp7GGxzT1OGxynGO3GtrjNLyD/omxMy13OZN5WE3
mOAXhbt7hgyRPbo2IUDpvNxzdIlLWJerhaUmBcU3j3ooG0hzKbrCW+Psndk+4mfL
jQqulO2uZ9zpD8/pPvu2JtN1HmxBa0ENyRpojY5K+bjqg1SNxSJM1VeoH79QRHt7
4WXeaR7do0Bgbf2UmGSShuvBYiaisW+CejWEartpBGfTx2mhgw98pDc9Xnjcz4JK
RZViaHZN4CDd60SEaYYyIQ4Kp0QM4qtw5mBTmShZC/U6QONggxDwm2USmmiPt/+o
ueAB0Q7LiJtUG6R+82/z8auUI4rHkLnoQzY1mgcZWDebz9iAtJ8BsmmwUUMiyl5Z
gV/HhHvOAmsvsdUghd6p309dE8L2aoQVJW1JyaHlq+Lza8KckeA=
=IpgQ
-----END PGP SIGNATURE-----

Attachment: pgpHaDXOA3XHH.pgp
Description: PGP signature


--- End Message ---

Reply via email to