Your message dated Sun, 05 Jul 2026 11:35:28 +0000
with message-id <[email protected]>
and subject line Bug#1141031: fixed in spectral-cube 0.6.7-2
has caused the Debian Bug report #1141031,
regarding spectral-cube: FTBFS: E   pytest.PytestRemovedIn10Warning: Passing a 
non-Collection iterable to parametrize is deprecated.
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.)


-- 
1141031: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1141031
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:spectral-cube
Version: 0.6.7-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202606/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:spectral-cube, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:385: python3.13 setup.py clean 
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'use_scm_version'
  warnings.warn(msg)
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_spectral-cube/build' (and 
everything under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
I: pybuild base:385: python3.14 setup.py clean 
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:289: UserWarning: 
Unknown distribution option: 'use_scm_version'
  warnings.warn(msg)
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_spectral-cube/build' (and 
everything under it)

[... snipped ...]

  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_preserve_wcs_to, argvalues 
type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_multiplication, argvalues 
type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_unit_division, argvalues 
type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_isnan, argvalues type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_self_arith, argvalues 
type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_self_arith_with_beam, 
argvalues type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_ldo_attach_beam, argvalues 
type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: 
spectral_cube/tests/test_projection.py::test_ldo_attach_beam_jybm_error, 
argvalues type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_projection_from_hdu, 
argvalues type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_spectral_cube.py::test_twod_numpy, argvalues 
type: product
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_spectral_cube.py::test_twod_numpy_twoaxes, 
argvalues type: product
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_spectral_cube.py::test_oned_numpy, argvalues 
type: product
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: 
spectral_cube/tests/test_spectral_cube.py::TestSpectralCube::test_with_spectral_unit,
 argvalues type: product
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: 
spectral_cube/tests/test_spectral_cube.py::TestNumpyMethods::test_percentile, 
argvalues type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR spectral_cube/tests/test_casafuncs.py - pytest.PytestRemovedIn10Warning...
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
======================== 21 warnings, 1 error in 1.33s =========================
E: pybuild pybuild:485: test: plugin distutils failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_spectral-cube/build; python3.13 -m 
pytest 
I: pybuild base:385: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_spectral-cube/build; python3.14 -m 
pytest 
============================= test session starts ==============================
platform linux -- Python 3.14.6, pytest-9.1.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_spectral-cube/build
configfile: pyproject.toml
plugins: remotedata-0.4.1, mock-3.15.1, arraydiff-0.7.0, 
filter-subpackage-0.2.0, astropy-header-0.2.2, hypothesis-6.152.4, cov-5.0.0, 
doctestplus-1.7.1, astropy-0.11.0, typeguard-4.4.4
collected 1713 items / 1 error

==================================== ERRORS ====================================
____________ ERROR collecting spectral_cube/tests/test_casafuncs.py ____________
/usr/lib/python3/dist-packages/pluggy/_hooks.py:512: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:250: in 
pytest_pycollect_makeitem
    return list(collector._genfunctions(name, obj))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:476: in _genfunctions
    self.ihook.pytest_generate_tests.call_extra(methods, 
dict(metafunc=metafunc))
/usr/lib/python3/dist-packages/pluggy/_hooks.py:573: in call_extra
    return self._hookexec(self.name, hookimpls, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/lib/python3/dist-packages/_pytest/python.py:124: in pytest_generate_tests
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)
/usr/lib/python3/dist-packages/_pytest/python.py:1316: in parametrize
    argnames, parametersets = ParameterSet._for_parametrize(
/usr/lib/python3/dist-packages/_pytest/mark/structures.py:202: in 
_for_parametrize
    warnings.warn(
E   pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to 
parametrize is deprecated.
E   Test: spectral_cube/tests/test_casafuncs.py::test_casa_read_basic, 
argvalues type: product
E   Please convert to a list or tuple.
E   See 
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/astropy/utils/compat/numpycompat.py:42
../../../../../../usr/lib/python3/dist-packages/astropy/utils/compat/numpycompat.py:42
../../../../../../usr/lib/python3/dist-packages/astropy/utils/compat/numpycompat.py:42
../../../../../../usr/lib/python3/dist-packages/astropy/utils/compat/numpycompat.py:42
  /usr/lib/python3/dist-packages/astropy/utils/compat/numpycompat.py:42: 
AstropyPendingDeprecationWarning: COPY_IF_NEEDED is no longer needed now that 
astropy only supports numpy >= 2. It can be safely replaced with 'None'. 
    warnings.warn(

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: 
spectral_cube/tests/test_projection.py::test_slices_of_projections_not_projections,
 argvalues type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_copy_false, argvalues 
type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_write, argvalues type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_preserve_wcs_to, argvalues 
type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_multiplication, argvalues 
type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_unit_division, argvalues 
type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_isnan, argvalues type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_self_arith, argvalues 
type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_self_arith_with_beam, 
argvalues type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_ldo_attach_beam, argvalues 
type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: 
spectral_cube/tests/test_projection.py::test_ldo_attach_beam_jybm_error, 
argvalues type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_projection.py::test_projection_from_hdu, 
argvalues type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_spectral_cube.py::test_twod_numpy, argvalues 
type: product
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_spectral_cube.py::test_twod_numpy_twoaxes, 
argvalues type: product
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: spectral_cube/tests/test_spectral_cube.py::test_oned_numpy, argvalues 
type: product
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: 
spectral_cube/tests/test_spectral_cube.py::TestSpectralCube::test_with_spectral_unit,
 argvalues type: product
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

../../../../../../usr/lib/python3/dist-packages/_pytest/python.py:124
  /usr/lib/python3/dist-packages/_pytest/python.py:124: 
PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is 
deprecated.
  Test: 
spectral_cube/tests/test_spectral_cube.py::TestNumpyMethods::test_percentile, 
argvalues type: zip
  Please convert to a list or tuple.
  See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR spectral_cube/tests/test_casafuncs.py - pytest.PytestRemovedIn10Warning...
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
======================== 21 warnings, 1 error in 1.36s =========================
E: pybuild pybuild:485: test: plugin distutils failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_spectral-cube/build; python3.14 -m 
pytest 
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13 
3.14" --parallel=2 returned exit code 13
make[1]: *** [debian/rules:11: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: spectral-cube
Source-Version: 0.6.7-2
Done: Ole Streicher <[email protected]>

We believe that the bug you reported is fixed in the latest version of
spectral-cube, 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.
Ole Streicher <[email protected]> (supplier of updated spectral-cube 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: Sun, 05 Jul 2026 11:00:18 +0200
Source: spectral-cube
Architecture: source
Version: 0.6.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<[email protected]>
Changed-By: Ole Streicher <[email protected]>
Closes: 1141031
Changes:
 spectral-cube (0.6.7-2) unstable; urgency=medium
 .
   * Fix pytest collection error (Closes: 1141031)
   * Push dh-compat to 14
Checksums-Sha1:
 6a7ade155e28eb9ac552b915ea66d94879c466f2 2289 spectral-cube_0.6.7-2.dsc
 bbfe669a5e900f5197f95c6f3af31ea219064955 8636 
spectral-cube_0.6.7-2.debian.tar.xz
Checksums-Sha256:
 d9f4b5f51d947bd75ae844b3653a7a5d01b3d84743a1f734d60cc3b22be37091 2289 
spectral-cube_0.6.7-2.dsc
 4a087983a066a4a538eafc434599214a8929abe422c521af2d61431f42b09cec 8636 
spectral-cube_0.6.7-2.debian.tar.xz
Files:
 ddbda4bce9ec6b75f1cf8a650cd9dc5c 2289 python optional spectral-cube_0.6.7-2.dsc
 cf80815f29cafa2c26fdee950fba83ab 8636 python optional 
spectral-cube_0.6.7-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmpKPc4ACgkQcRWv0HcQ
3PfS3BAAsyj3XJf5H/IYreeLyRPgIcUx7iYQI+F8xDdsDaiAiKug6voTPARxGkFM
gx58Cfh+J/XPNVnO2ZfVsigGwpCMuNSGdvxI2lJxJtjvOtqfx+9xJhj5UCktZO5/
ngNDHE+DkbzfSh/rU0sVwCNQR8bUNmS/IpKIfrtIfQgXxveV13njnop6EXIXLgCS
aSzbuzUa2CRuL1pQ2HNdkhQ6KMDcIpcscdVdP5++ZeSF+HHgPURRJKYWn/VhcF9Z
0bzOEHnWo5YmXy//h4pRQQaiuI5Eyq8KfjabhkCrPszq/pGlr/06w/d/Vfps8dhT
rtGiqhFY2K2qH/UWxLBAK6+/OULFoGFLTildgHZsSK8etKJuqix1KhdCCi3rdP+W
FodZJf+xpCBis8dk8QeacAPLiWUVVwUJZqnb5+OrVzqSqkm/jRNpe6FeGFUR+8d3
N96o1mjD2IoQadE+z2YLXY+CJUgWTEDyXIceEJ1fw3Nz4pHO3PbPozIwJlxwjagG
DU+VuVxWmlEF3d39fC/z6mxpJibGbntZc3I0FjQ2t2nlxZt/A+enEGGxiPxtMRp5
uOnyxw7quD0yUzgNIytcg+m0RxDjZzIE1/3bZ068j6XI84vGTlxtG70MAlLABgat
3lpuoW9zEELCAy3lJ8Sn37b73u92ap2x5RbPw3RQIL4GOimZ/FU=
=5Umd
-----END PGP SIGNATURE-----

Attachment: pgp2m3Gk9PNCR.pgp
Description: PGP signature


--- End Message ---

Reply via email to