[Python-apps-team] Bug#984563: command1 autopkg tests tries to download missing dependencies

Matthias Klose doko at debian.org
Fri Mar 5 08:33:28 GMT 2021


Package: src:backblaze-b2
Version: 1.3.8-4
Severity: serious
Tags: sid bullseye

command1 autopkg tests tries to download missing dependencies from the network,
not from the Debian packages.

python3-tqdm seems to be missing.

Also please don't call $py setup.py nosetests, but call nosetests directly to
avoid trying to install additional dependencies from pypi.

https://ci.debian.net/data/autopkgtest/unstable/amd64/b/backblaze-b2/10731377/log.gz

autopkgtest [13:01:25]: test command1: set -e; for py in $(py3versions -i); do
echo "[*] testing on $py:"; $py setup.py nosetests 2>&1; done
autopkgtest [13:01:25]: test command1: [-----------------------
[*] testing on python3.9:
running nosetests
running egg_info
creating b2.egg-info
writing b2.egg-info/PKG-INFO
writing dependency_links to b2.egg-info/dependency_links.txt
writing entry points to b2.egg-info/entry_points.txt
writing requirements to b2.egg-info/requires.txt
writing top-level names to b2.egg-info/top_level.txt
writing manifest file 'b2.egg-info/SOURCES.txt'
reading manifest file 'b2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'b2.egg-info/SOURCES.txt'
WARNING: The wheel package is not available.
/usr/bin/python3.9: No module named pip
error: Command '['/usr/bin/python3.9', '-m', 'pip',
'--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp2ww0e781',
'--quiet', 'tqdm>=4.5.0']' returned non-zero exit status 1.
autopkgtest [13:01:25]: test command1: -----------------------]



More information about the Python-apps-team mailing list