Your message dated Sat, 11 Jul 2026 12:39:02 +0000
with message-id <[email protected]>
and subject line Bug#1140872: fixed in python-ase 3.28.0-2
has caused the Debian Bug report #1140872,
regarding python-ase: autopkgtest regression with pytest 9.1
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.)
--
1140872: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1140872
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-ase
Version: 3.26.0-3
Severity: serious
User: [email protected]
Usertags: pytest9.1
Dear maintainer,
According to https://ci.debian.net data, your package python-ase has an
autopkgtest regression with pytest.
The following architectures failed: amd64, arm64, i386, loong64,
ppc64el, riscv64, s390x.
Hopefully relevant excerpt from
https://ci.debian.net/packages/p/python-ase/testing/amd64/72542060/
follows:
101s autopkgtest [01:23:38]: test command1: for py in $(py3versions -s); do cd
"$AUTOPKGTEST_TMP"; SPGLIB_OLD_ERROR_HANDLING=0 $py -m ase test --pytest -p
no:cacheprovider; done
108s ==================================== ERRORS
====================================
108s _________________ ERROR collecting calculator/elk/test_elk.py
__________________
108s E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
108s E Test: calculator/elk/test_elk.py::test_elk_bulk, argvalues type:
generator
108s E Please convert to a list or tuple.
108s E See
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
108s ___________ ERROR collecting calculator/gamess_us/test_gamess_us.py
____________
108s E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
108s E Test: calculator/gamess_us/test_gamess_us.py::test_gamess, argvalues
type: zip
108s E Please convert to a list or tuple.
108s E See
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
108s __________________ ERROR collecting cell/test_niggli_ndim.py
___________________
108s E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
108s E Test: cell/test_niggli_ndim.py::test_niggli_atoms_ndim, argvalues
type: permutations
108s E Please convert to a list or tuple.
108s E See
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
108s ___________________ ERROR collecting fio/test_lammpsdump.py
____________________
108s E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
108s E Test: fio/test_lammpsdump.py::test_recognize_lammpsdump, argvalues
type: generator
108s E Please convert to a list or tuple.
108s E See
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
108s _______________________ ERROR collecting gui/test_run.py
_______________________
108s E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
108s E Test: gui/test_run.py::test_quickinfo, argvalues type: generator
108s E Please convert to a list or tuple.
108s E See
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
108s _________________ ERROR collecting spacegroup/test_minerals.py
_________________
108s E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
108s E Test: spacegroup/test_minerals.py::test_mineral_symmetrization,
argvalues type: product
108s E Please convert to a list or tuple.
108s E See
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
108s _______________ ERROR collecting spectrum/test_doscollection.py
________________
108s E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
108s E Test: spectrum/test_doscollection.py::TestDOSCollection::test_sum_all,
argvalues type: zip
108s E Please convert to a list or tuple.
108s E See
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
108s _______________________ ERROR collecting test_cluster.py
_______________________
108s E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
108s E Test: test_cluster.py::test_centering, argvalues type: generator
108s E Please convert to a list or tuple.
108s E See
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
108s ______________________ ERROR collecting test_kpts2kpts.py
______________________
108s E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
108s E Test: test_kpts2kpts.py::test_kpts2kpts, argvalues type: generator
108s E Please convert to a list or tuple.
108s E See
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
108s _________________ ERROR collecting test_linesearch_maxstep.py
__________________
108s E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to
parametrize is deprecated.
108s E Test: test_linesearch_maxstep.py::test_linesearch, argvalues type: zip
108s E Please convert to a list or tuple.
108s E See
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
108s ERROR calculator/elk/test_elk.py - pytest.PytestRemovedIn10Warning:
Passing a...
108s ERROR calculator/gamess_us/test_gamess_us.py -
pytest.PytestRemovedIn10Warnin...
108s ERROR cell/test_niggli_ndim.py - pytest.PytestRemovedIn10Warning: Passing
a n...
108s ERROR fio/test_lammpsdump.py - pytest.PytestRemovedIn10Warning: Passing a
non...
108s ERROR gui/test_run.py - pytest.PytestRemovedIn10Warning: Passing a
non-Collec...
108s ERROR spacegroup/test_minerals.py - pytest.PytestRemovedIn10Warning:
Passing ...
108s ERROR spectrum/test_doscollection.py::TestDOSCollection -
pytest.PytestRemove...
108s ERROR test_cluster.py - pytest.PytestRemovedIn10Warning: Passing a
non-Collec...
108s ERROR test_kpts2kpts.py - pytest.PytestRemovedIn10Warning: Passing a
non-Coll...
108s ERROR test_linesearch_maxstep.py - pytest.PytestRemovedIn10Warning:
Passing a...
109s command1 FAIL non-zero exit status 2
109s command1 FAIL non-zero exit status 2
--- End Message ---
--- Begin Message ---
Source: python-ase
Source-Version: 3.28.0-2
Done: Drew Parsons <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-ase, 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.
Drew Parsons <[email protected]> (supplier of updated python-ase 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: Sat, 11 Jul 2026 13:14:52 +0200
Source: python-ase
Architecture: source
Version: 3.28.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <[email protected]>
Changed-By: Drew Parsons <[email protected]>
Closes: 1132518 1140872
Changes:
python-ase (3.28.0-2) unstable; urgency=medium
.
* Team upload.
* build docs using ase script in pybuild home_dir for default python
(i.e. set PATH to the scripts subdir when building docs)
* debian patch doc_no_asap3.patch generates examples docs for md
tutoral using internal asap since the faster performing external
asap3 module is not packaged for debian. Closes: #1132518
* Build-Depends: python3-sphinx-gallery, python3-sphinxcontrib-video,
ffmpeg, gpaw <!nodoc> (for doc build)
* debian patch fix_pytest9.1_list_MR4136.patch applies upstream
MR#4136 using lists to fix tests with pytest9.1. Closes: #1140872
* Standards-Version: 4.7.4
Checksums-Sha1:
73d7c20e28ba5c8bbb793500535a0bfdf5a2efd3 2741 python-ase_3.28.0-2.dsc
f842df2f81b544a299c39e8b6fba722fdab61a0e 2600027 python-ase_3.28.0.orig.tar.bz2
1bd7f66ae983c7fc797fc794b13ce9f2e677c53e 12484
python-ase_3.28.0-2.debian.tar.xz
0f3c838da2a2751a1cb2fdf45481fcf9c70df726 19851
python-ase_3.28.0-2_amd64.buildinfo
Checksums-Sha256:
1da33e29d633fbce649ef3bf4b764c79e5bfa4a4c19161617350dd5d51e8b224 2741
python-ase_3.28.0-2.dsc
c04b5d8ea821daefbb40535b85d9354dfc8e20a68b38cf12b4b74772d56d374b 2600027
python-ase_3.28.0.orig.tar.bz2
2d9696562a58eca15aa30e46e52d09c4e7fdf1ffd007606b0e19fb8ec8f01c6f 12484
python-ase_3.28.0-2.debian.tar.xz
f8b168d7c86ca79950a8ff26b64e1cea70aea0afd4ab1be611a8b83ab7351011 19851
python-ase_3.28.0-2_amd64.buildinfo
Files:
4b3c0a4a4f0f59ccd7fcd658bf82c8ef 2741 science optional python-ase_3.28.0-2.dsc
340972fac5965b9f57c1cd31558d3073 2600027 science optional
python-ase_3.28.0.orig.tar.bz2
cf0a2f50a40bf506a18b20ef1d3c2127 12484 science optional
python-ase_3.28.0-2.debian.tar.xz
ff132f964d242492257333c672c20836 19851 science optional
python-ase_3.28.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmpSM5sACgkQVz7x5L1a
AfoHQBAArAQTg13oFtIT+cKkhoSLKOSoC92wXwueUa87ElgZUcOA8ZC1r6Km2RNJ
nOjDezdWW+6zG4SWV2PDzBhKnFsSVNVdsLIhRikBzRIPRNDoTUjmval61e/2VYKZ
nEn62MQUnaKJVOn9KARNoVvifSUq2uiSLr9YLT4l3Gfgei5PR/D2dNkFe+aUOCLH
UworMLxASiM9LPiyRInSxZs2fDzKNFig2X7MhICm+6EjRYE6XtWCq9ZSDn0cTt3U
osIjSKceMGMOyIFaciT7Zne0cme6DVCsJaLMYRUqPJFOrQc+jiLpfXLYF3hJN94G
Zz9LxlrXuBq9jSGZgWS82lb2jtHtngmalkm+zPJuhgvhfQyFZwsL/8d19Bga4V+P
l+LXIaK3a8kxjwq4hfhkztXS21iq7iD8Uz66+aaXBiQnKjV278Ukuusrz2fPykzo
VufPGK4WqFsnUrnmXcDcQ3PSuU5Jmd2mNGXiRxZiJGMnWh4Mmg/t/Gb4hTJbmtw+
trDQfDYrHsnxnw4tzRk4hkQqrvOwN4so2cKRcq3OuSD/OJnwiZtU3XMc9cqj4+Qg
pwg+9Mbmz9CH/jUW3Rfn6IbHmDg/TPGEM9MvlK5xvoVcohGMcg+ZHy+uPwIikVa1
jxFrkRvzVXbQgvaX9itn5sQWhBJsTDU81KADi0zl0jvHihEpfew=
=6EnJ
-----END PGP SIGNATURE-----
pgpqJY9pNTt61.pgp
Description: PGP signature
--- End Message ---