Your message dated Tue, 09 Feb 2021 19:33:24 +0000
with message-id <e1l9yli-000cbs...@fasolo.debian.org>
and subject line Bug#981764: fixed in black 20.8b1-4
has caused the Debian Bug report #981764,
regarding autopkg tests should neither use easy_install nor pip
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 ow...@bugs.debian.org
immediately.)
--
981764: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=981764
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:black
Version: 20.8b1-3
Severity: important
Tags: sid bullseye
The tests should neither use easy_install nor pip to run:
it was:
if [ "$DEB_HOST_ARCH" == "amd64" ]; then
PYTHONPATH=/usr/lib/python3/dist-packages/ python3 setup.py test
else
echo "Skip the test execution on $DEB_HOST_ARCH"
fi
WARNING: The pip package is not available, falling back to EasyInstall for
handling setup_requires/test_requires; this is deprecated and will be removed in
a future version.
running test
WARNING: Testing via this command is deprecated and will be removed in a future
version. Users looking for a generic test entry point independent of test runner
are encouraged to use tox.
running egg_info
it is now with setuptools 52 (removing easy_install):
if [ "$DEB_HOST_ARCH" == "amd64" ]; then
PYTHONPATH=/usr/lib/python3/dist-packages/ python3 setup.py test
else
echo "Skip the test execution on $DEB_HOST_ARCH"
fi
WARNING: The wheel package is not available.
/usr/bin/python3: No module named pip
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 75, in
fetch_build_egg
subprocess.check_call(cmd)
File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', '-m', 'pip',
'--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmplyxhvuig',
'--quiet', 'setuptools_scm']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/tmp/autopkgtest-lxc.g4gjazay/downtmp/build.QhW/src/setup.py", line 49,
in <module>
setup(
File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 152, in
setup
_install_setup_requires(attrs)
File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 147, in
_install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 686, in
fetch_build_eggs
resolved_dists = pkg_resources.working_set.resolve(
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 766, in
resolve
dist = best[req.key] = env.best_match(
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1051, in
best_match
return self.obtain(req, installer)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1063, in
obtain
return installer(requirement)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 745, in
fetch_build_egg
return fetch_build_egg(self, req)
File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 77, in
fetch_build_egg
raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python3', '-m', 'pip',
'--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmplyxhvuig',
'--quiet', 'setuptools_scm']' returned non-zero exit status 1.
--- End Message ---
--- Begin Message ---
Source: black
Source-Version: 20.8b1-4
Done: Diane Trout <di...@ghic.org>
We believe that the bug you reported is fixed in the latest version of
black, 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 981...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Diane Trout <di...@ghic.org> (supplier of updated black 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 09 Feb 2021 11:09:40 -0800
Source: black
Architecture: source
Version: 20.8b1-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Diane Trout <di...@ghic.org>
Closes: 981764
Changes:
black (20.8b1-4) unstable; urgency=medium
.
* Modify autopkgtests to not use setup.py (Closes: #981764)
- several tests assume that they run in the source tree, I skipped
test_process_queue because it assumed there was a json file installed
near the library.
Checksums-Sha1:
7cb2765efacf73be79d796ac72f21379ffd40e6b 2580 black_20.8b1-4.dsc
d7b982f457cb7020ea89dfad10356fd36cb3d04d 8700 black_20.8b1-4.debian.tar.xz
0c7af5b593257c4deafd16b6a1f4e9a96c1c6d74 7891 black_20.8b1-4_amd64.buildinfo
Checksums-Sha256:
d5b38a56b437fdfa5697199e1ee653fba8eccda709f3bf1fa0d12ba2797431a0 2580
black_20.8b1-4.dsc
953c5f63f556c16125b015873d54d2a3a7de07f5aec8e7473d53c3111e803727 8700
black_20.8b1-4.debian.tar.xz
68032e2df8c156052364b76a4a792c852b9a30c2a19805934ed671372ae334f5 7891
black_20.8b1-4_amd64.buildinfo
Files:
39d5d77e5ad083097b0795ee081fcc79 2580 python optional black_20.8b1-4.dsc
0346b7561fffb82b1cdbbebc23b66fcd 8700 python optional
black_20.8b1-4.debian.tar.xz
9e67f34af1f6e595606d7caa175caf25 7891 python optional
black_20.8b1-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEETQVcMeSBIEX5AQ11mQ04NnM013AFAmAi37kACgkQmQ04NnM0
13BDTQ/+MhZWjsk/HtLbHhxvSGJJtYpPGP/Y7Sw4yhfpzvOvzMG06lyN6Vd/S/3C
4ntJbft9H9FW0kDYNlEfF9kTTB9dltJo+/MehhrfwnOhUNMI19QtpomVf7Pmkvnx
tu+l1EAibHKywW27nyM2FqT2jawpSlMCP0HRY9MebZyLrd63lepD/DIcvbHMflU3
r6doeVaQS7+NvZFF321p3u0lpGJA4Rf2upfrC0eYdVqh3yvPdjbRUBLIb6oKfWu7
GfsTktIvdpBf5w+56af1dVX5lHRXmUwCUy1U8aqUnvtHonRKpr2aZtwAkYnqFL7o
wtUGlNt2LGe1op0TOEZNMWh3/SdA2y4hqjjdL6VIXAkaP9OgCz6tj4yNvhe24Lc+
9/n/0CPs5hsNrm5bUBZ0ix1NLtkBior0XmT4XyfGPwshHvgyKyM1mDqsmIGw64AT
9mpLiBB+kPYb487N6c47KLSjms8SbdaM/bGRytNJ7VIdcpWg2YjE5Ie47zOGDVqo
ff75HR3+MiODUs4B4fkY8/bT/9b2m92W6xTYmCwHoDApr/CzEQptzaqr+zjv+OwM
or3DvlevHWFuaBQHQcs9Rl1wS7tcDw4oR18aMNwM+6thrKCsYRUyf2GWmQQUKW2P
do/u5ETEgaTsxVpx6zXr9ORSu4GewySsy5E8xlbRoqQ+JocLksY=
=7OpI
-----END PGP SIGNATURE-----
--- End Message ---