The AUR build currently fails because two transitive dependencies fail their check() test suites:
-
python-beartype:
test_door_is_bearable_warningsfails on retry due to a memoization bug. Filed upstream: https://github.com/beartype/beartype/issues/631. Also commented on the python-beartype AUR package with a suggested workaround (pytest -k "not test_door_is_bearable_warnings"). -
python-boltons: test suite fails with
PytestRemovedIn9Warningtreated as error under pytest 9.
These two failures cascade through the dependency chain: python-beartype blocks python-click-extra, python-boltons also blocks python-click-extra, and python-click-extra blocks meta-package-manager.
I'm the upstream maintainer of meta-package-manager. The package itself is fine: it installs and runs correctly once the dependencies build. This is purely an AUR test suite issue in transitive dependencies.
CI run with the full build trace: https://github.com/kdeldycke/meta-package-manager/actions/runs/23897036306/job/69684170316
Pinned Comments
pellet613 commented on 2026-04-02 19:30 (UTC)
The AUR build currently fails because two transitive dependencies fail their
check()test suites:python-beartype:
test_door_is_bearable_warningsfails on retry due to a memoization bug. Filed upstream: https://github.com/beartype/beartype/issues/631. Also commented on the python-beartype AUR package with a suggested workaround (pytest -k "not test_door_is_bearable_warnings").python-boltons: test suite fails with
PytestRemovedIn9Warningtreated as error under pytest 9.These two failures cascade through the dependency chain: python-beartype blocks python-click-extra, python-boltons also blocks python-click-extra, and python-click-extra blocks meta-package-manager.
I'm the upstream maintainer of meta-package-manager. The package itself is fine: it installs and runs correctly once the dependencies build. This is purely an AUR test suite issue in transitive dependencies.
CI run with the full build trace: https://github.com/kdeldycke/meta-package-manager/actions/runs/23897036306/job/69684170316