Source: python-dmidecode
Version: 3.12.2-12
Severity: important
Tags: ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.10

python-dmidecode ftbfs with python3-defaults from experimental:

[...]
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -e ;\
for python in python3.10 python3.9; do \
        /usr/bin/make PY_BIN=$python -C unit-tests test; \
done
make[2]: Entering directory '/<<PKGBUILDDIR>>/unit-tests'
python3.10 unit -vv
================================================================================
 * Testing for command line version of dmidecode ...WARN
 * Running test as normal user, some tests will be skipped
 * Creation of temporary files...PASS
================================================================================
 * Importing module...FAIL
No module named 'dmidecode'
================================================================================
make[2]: *** [Makefile:4: test] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/unit-tests'
make[1]: *** [debian/rules:29: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: build] Error 2


the extension builds, but apparently isn't found by the tests.

Reply via email to