Your message dated Sun, 28 Jun 2026 23:05:58 +0000
with message-id <[email protected]>
and subject line Bug#1140993: fixed in numpy 1:2.4.6+ds-2
has caused the Debian Bug report #1140993,
regarding numpy: 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.)


-- 
1140993: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1140993
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:numpy
Version: 1:2.4.6+ds-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:numpy, 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
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   debian/rules override_dh_auto_build-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
py3versions: no X-Python3-Version in control file, using supported versions
PYBUILD_DISABLE="3.13" dh_auto_build
I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build" 
module

[... snipped ...]

    argnames, parametersets = ParameterSet._for_parametrize(
        _param_mark = Mark(name='parametrize', args=('dtype,ex_val', 
<itertools.product object at 0x7fe3f2912180>), kwargs={})
        argnames   = 'dtype,ex_val'
        argvalues  = <itertools.product object at 0x7fe3f2912180>
        ids        = None
        indirect   = False
        nodeid     = 
'numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary'
        scope      = None
        self       = <_pytest.python.Metafunc object at 0x7fe3f25e76b0>
/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: 
numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary, 
argvalues type: product
E   Please convert to a list or tuple.
E   See 
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
        argnames   = 'dtype,ex_val'
        argvalues  = <itertools.product object at 0x7fe3f2912180>
        cls        = <class '_pytest.mark.structures.ParameterSet'>
        config     = <_pytest.config.Config object at 0x7fe3fc217230>
        func       = <function TestDivision.test_division_int_boundary at 
0x7fe3f2755f30>
        nodeid     = 
'numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary'
_______________ ERROR collecting numpy/_core/tests/test_umath.py _______________
/usr/lib/python3/dist-packages/pluggy/_hooks.py:512: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        firstresult = True
        kwargs     = {'collector': <Class TestBitwiseUFuncs>, 'name': 
'test_bitwise_count', 'obj': <function TestBitwiseUFuncs.test_bitwise_count at 
0x7fe3f1ca3060>}
        self       = <HookCaller 'pytest_pycollect_makeitem'>
/usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        firstresult = True
        hook_name  = 'pytest_pycollect_makeitem'
        kwargs     = {'collector': <Class TestBitwiseUFuncs>, 'name': 
'test_bitwise_count', 'obj': <function TestBitwiseUFuncs.test_bitwise_count at 
0x7fe3f1ca3060>}
        methods    = [<HookImpl plugin_name='python', plugin=<module 
'_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.p... 
plugin_name='unittest', plugin=<module '_pytest.unittest' from 
'/usr/lib/python3/dist-packages/_pytest/unittest.py'>>]
        self       = <_pytest.config.PytestPluginManager object at 
0x7fe3fc215be0>
/usr/lib/python3/dist-packages/_pytest/python.py:250: in 
pytest_pycollect_makeitem
    return list(collector._genfunctions(name, obj))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        collector  = <Class TestBitwiseUFuncs>
        name       = 'test_bitwise_count'
        obj        = <function TestBitwiseUFuncs.test_bitwise_count at 
0x7fe3f1ca3060>
/usr/lib/python3/dist-packages/_pytest/python.py:476: in _genfunctions
    self.ihook.pytest_generate_tests.call_extra(methods, 
dict(metafunc=metafunc))
        cls        = <class 'test_umath.TestBitwiseUFuncs'>
        clscol     = <Class TestBitwiseUFuncs>
        definition = <FunctionDefinition test_bitwise_count>
        fixtureinfo = FuncFixtureInfo(argnames=('input_dtype_obj', 'bitsize'), 
initialnames=('add_np', 'check_fpu_mode', 'input_dtype_obj', ...pe='session' 
baseid=''>,), 'check_fpu_mode': (<FixtureDef argname='check_fpu_mode' 
scope='function' baseid='numpy'>,)})
        funcobj    = <function TestBitwiseUFuncs.test_bitwise_count at 
0x7fe3f1ca3060>
        metafunc   = <_pytest.python.Metafunc object at 0x7fe3f21e9b30>
        methods    = []
        module     = <module 'test_umath' from 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/numpy/_core/tests/test_umath.py'>
        modulecol  = <Module test_umath.py>
        name       = 'test_bitwise_count'
        self       = <Class TestBitwiseUFuncs>
/usr/lib/python3/dist-packages/pluggy/_hooks.py:573: in call_extra
    return self._hookexec(self.name, hookimpls, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        firstresult = False
        hookimpls  = [<HookImpl plugin_name='python', plugin=<module 
'_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.py'>>, 
<HookImpl plugin_name='funcmanage', plugin=<_pytest.fixtures.FixtureManager 
object at 0x7fe3fb264ad0>>]
        kwargs     = {'metafunc': <_pytest.python.Metafunc object at 
0x7fe3f21e9b30>}
        methods    = []
        opts       = {'wrapper': False, 'hookwrapper': False, 'optionalhook': 
False, 'trylast': False, ...}
        self       = <HookCaller 'pytest_generate_tests'>
/usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        firstresult = False
        hook_name  = 'pytest_generate_tests'
        kwargs     = {'metafunc': <_pytest.python.Metafunc object at 
0x7fe3f21e9b30>}
        methods    = [<HookImpl plugin_name='python', plugin=<module 
'_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.py'>>, 
<HookImpl plugin_name='funcmanage', plugin=<_pytest.fixtures.FixtureManager 
object at 0x7fe3fb264ad0>>]
        self       = <_pytest.config.PytestPluginManager object at 
0x7fe3fc215be0>
/usr/lib/python3/dist-packages/_pytest/python.py:124: in pytest_generate_tests
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)
        marker     = Mark(name='parametrize', args=('input_dtype_obj, bitsize', 
<zip object at 0x7fe3f29105c0>), kwargs={})
        metafunc   = <_pytest.python.Metafunc object at 0x7fe3f21e9b30>
/usr/lib/python3/dist-packages/_pytest/python.py:1316: in parametrize
    argnames, parametersets = ParameterSet._for_parametrize(
        _param_mark = Mark(name='parametrize', args=('input_dtype_obj, 
bitsize', <zip object at 0x7fe3f29105c0>), kwargs={})
        argnames   = 'input_dtype_obj, bitsize'
        argvalues  = <zip object at 0x7fe3f29105c0>
        ids        = None
        indirect   = False
        nodeid     = 
'numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count'
        scope      = None
        self       = <_pytest.python.Metafunc object at 0x7fe3f21e9b30>
/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: 
numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count, 
argvalues type: zip
E   Please convert to a list or tuple.
E   See 
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
        argnames   = 'input_dtype_obj, bitsize'
        argvalues  = <zip object at 0x7fe3f29105c0>
        cls        = <class '_pytest.mark.structures.ParameterSet'>
        config     = <_pytest.config.Config object at 0x7fe3fc217230>
        func       = <function TestBitwiseUFuncs.test_bitwise_count at 
0x7fe3f1ca3060>
        nodeid     = 
'numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count'
______________ ERROR collecting numpy/lib/tests/test_packbits.py _______________
/usr/lib/python3/dist-packages/pluggy/_hooks.py:512: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        firstresult = True
        kwargs     = {'collector': <Class TestCount>, 'name': 'test_roundtrip', 
'obj': <function TestCount.test_roundtrip at 0x7fe3e3d95f30>}
        self       = <HookCaller 'pytest_pycollect_makeitem'>
/usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        firstresult = True
        hook_name  = 'pytest_pycollect_makeitem'
        kwargs     = {'collector': <Class TestCount>, 'name': 'test_roundtrip', 
'obj': <function TestCount.test_roundtrip at 0x7fe3e3d95f30>}
        methods    = [<HookImpl plugin_name='python', plugin=<module 
'_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.p... 
plugin_name='unittest', plugin=<module '_pytest.unittest' from 
'/usr/lib/python3/dist-packages/_pytest/unittest.py'>>]
        self       = <_pytest.config.PytestPluginManager object at 
0x7fe3fc215be0>
/usr/lib/python3/dist-packages/_pytest/python.py:250: in 
pytest_pycollect_makeitem
    return list(collector._genfunctions(name, obj))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        collector  = <Class TestCount>
        name       = 'test_roundtrip'
        obj        = <function TestCount.test_roundtrip at 0x7fe3e3d95f30>
/usr/lib/python3/dist-packages/_pytest/python.py:476: in _genfunctions
    self.ihook.pytest_generate_tests.call_extra(methods, 
dict(metafunc=metafunc))
        cls        = <class 'numpy.lib.tests.test_packbits.TestCount'>
        clscol     = <Class TestCount>
        definition = <FunctionDefinition test_roundtrip>
        fixtureinfo = FuncFixtureInfo(argnames=('bitorder', 'count'), 
initialnames=('add_np', 'check_fpu_mode', 'bitorder', 'count'), 
names_...pe='session' baseid=''>,), 'check_fpu_mode': (<FixtureDef 
argname='check_fpu_mode' scope='function' baseid='numpy'>,)})
        funcobj    = <function TestCount.test_roundtrip at 0x7fe3e3d95f30>
        metafunc   = <_pytest.python.Metafunc object at 0x7fe3e2fdfe30>
        methods    = []
        module     = <module 'numpy.lib.tests.test_packbits' from 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/numpy/lib/tests/test_packbits.py'>
        modulecol  = <Module test_packbits.py>
        name       = 'test_roundtrip'
        self       = <Class TestCount>
/usr/lib/python3/dist-packages/pluggy/_hooks.py:573: in call_extra
    return self._hookexec(self.name, hookimpls, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        firstresult = False
        hookimpls  = [<HookImpl plugin_name='python', plugin=<module 
'_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.py'>>, 
<HookImpl plugin_name='funcmanage', plugin=<_pytest.fixtures.FixtureManager 
object at 0x7fe3fb264ad0>>]
        kwargs     = {'metafunc': <_pytest.python.Metafunc object at 
0x7fe3e2fdfe30>}
        methods    = []
        opts       = {'wrapper': False, 'hookwrapper': False, 'optionalhook': 
False, 'trylast': False, ...}
        self       = <HookCaller 'pytest_generate_tests'>
/usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        firstresult = False
        hook_name  = 'pytest_generate_tests'
        kwargs     = {'metafunc': <_pytest.python.Metafunc object at 
0x7fe3e2fdfe30>}
        methods    = [<HookImpl plugin_name='python', plugin=<module 
'_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.py'>>, 
<HookImpl plugin_name='funcmanage', plugin=<_pytest.fixtures.FixtureManager 
object at 0x7fe3fb264ad0>>]
        self       = <_pytest.config.PytestPluginManager object at 
0x7fe3fc215be0>
/usr/lib/python3/dist-packages/_pytest/python.py:124: in pytest_generate_tests
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)
        marker     = Mark(name='parametrize', args=('count', <itertools.chain 
object at 0x7fe3e38d6350>), kwargs={})
        metafunc   = <_pytest.python.Metafunc object at 0x7fe3e2fdfe30>
/usr/lib/python3/dist-packages/_pytest/python.py:1316: in parametrize
    argnames, parametersets = ParameterSet._for_parametrize(
        _param_mark = Mark(name='parametrize', args=('count', <itertools.chain 
object at 0x7fe3e38d6350>), kwargs={})
        argnames   = 'count'
        argvalues  = <itertools.chain object at 0x7fe3e38d6350>
        ids        = None
        indirect   = False
        nodeid     = 
'numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip'
        scope      = None
        self       = <_pytest.python.Metafunc object at 0x7fe3e2fdfe30>
/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: numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip, 
argvalues type: chain
E   Please convert to a list or tuple.
E   See 
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
        argnames   = 'count'
        argvalues  = <itertools.chain object at 0x7fe3e38d6350>
        cls        = <class '_pytest.mark.structures.ParameterSet'>
        config     = <_pytest.config.Config object at 0x7fe3fc217230>
        func       = <function TestCount.test_roundtrip at 0x7fe3e3d95f30>
        nodeid     = 
'numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip'
______________ ERROR collecting numpy/typing/tests/test_typing.py ______________
/usr/lib/python3/dist-packages/pluggy/_hooks.py:512: in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        firstresult = True
        kwargs     = {'collector': <Module test_typing.py>, 'name': 
'test_pass', 'obj': <function test_pass at 0x7fe3e0c58460>}
        self       = <HookCaller 'pytest_pycollect_makeitem'>
/usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        firstresult = True
        hook_name  = 'pytest_pycollect_makeitem'
        kwargs     = {'collector': <Module test_typing.py>, 'name': 
'test_pass', 'obj': <function test_pass at 0x7fe3e0c58460>}
        methods    = [<HookImpl plugin_name='python', plugin=<module 
'_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.p... 
plugin_name='unittest', plugin=<module '_pytest.unittest' from 
'/usr/lib/python3/dist-packages/_pytest/unittest.py'>>]
        self       = <_pytest.config.PytestPluginManager object at 
0x7fe3fc215be0>
/usr/lib/python3/dist-packages/_pytest/python.py:250: in 
pytest_pycollect_makeitem
    return list(collector._genfunctions(name, obj))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        collector  = <Module test_typing.py>
        name       = 'test_pass'
        obj        = <function test_pass at 0x7fe3e0c58460>
/usr/lib/python3/dist-packages/_pytest/python.py:476: in _genfunctions
    self.ihook.pytest_generate_tests.call_extra(methods, 
dict(metafunc=metafunc))
        cls        = None
        clscol     = None
        definition = <FunctionDefinition test_pass>
        fixtureinfo = FuncFixtureInfo(argnames=('path',), 
initialnames=('add_np', 'check_fpu_mode', 'run_mypy', 'path'), 
names_closure=['doc...='numpy'>,), 'run_mypy': (<FixtureDef argname='run_mypy' 
scope='module' baseid='numpy/typing/tests/test_typing.py'>,)})
        funcobj    = <function test_pass at 0x7fe3e0c58460>
        metafunc   = <_pytest.python.Metafunc object at 0x7fe3e0ea6f30>
        methods    = []
        module     = <module 'numpy.typing.tests.test_typing' from 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/numpy/typing/tests/test_typing.py'>
        modulecol  = <Module test_typing.py>
        name       = 'test_pass'
        self       = <Module test_typing.py>
/usr/lib/python3/dist-packages/pluggy/_hooks.py:573: in call_extra
    return self._hookexec(self.name, hookimpls, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        firstresult = False
        hookimpls  = [<HookImpl plugin_name='python', plugin=<module 
'_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.py'>>, 
<HookImpl plugin_name='funcmanage', plugin=<_pytest.fixtures.FixtureManager 
object at 0x7fe3fb264ad0>>]
        kwargs     = {'metafunc': <_pytest.python.Metafunc object at 
0x7fe3e0ea6f30>}
        methods    = []
        opts       = {'wrapper': False, 'hookwrapper': False, 'optionalhook': 
False, 'trylast': False, ...}
        self       = <HookCaller 'pytest_generate_tests'>
/usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        firstresult = False
        hook_name  = 'pytest_generate_tests'
        kwargs     = {'metafunc': <_pytest.python.Metafunc object at 
0x7fe3e0ea6f30>}
        methods    = [<HookImpl plugin_name='python', plugin=<module 
'_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.py'>>, 
<HookImpl plugin_name='funcmanage', plugin=<_pytest.fixtures.FixtureManager 
object at 0x7fe3fb264ad0>>]
        self       = <_pytest.config.PytestPluginManager object at 
0x7fe3fc215be0>
/usr/lib/python3/dist-packages/_pytest/python.py:124: in pytest_generate_tests
    metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker)
        marker     = Mark(name='parametrize', args=('path', <generator object 
get_test_cases at 0x7fe3e0cb6d60>), kwargs={})
        metafunc   = <_pytest.python.Metafunc object at 0x7fe3e0ea6f30>
/usr/lib/python3/dist-packages/_pytest/python.py:1316: in parametrize
    argnames, parametersets = ParameterSet._for_parametrize(
        _param_mark = Mark(name='parametrize', args=('path', <generator object 
get_test_cases at 0x7fe3e0cb6d60>), kwargs={})
        argnames   = 'path'
        argvalues  = <generator object get_test_cases at 0x7fe3e0cb6d60>
        ids        = None
        indirect   = False
        nodeid     = 'numpy/typing/tests/test_typing.py::test_pass'
        scope      = None
        self       = <_pytest.python.Metafunc object at 0x7fe3e0ea6f30>
/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: numpy/typing/tests/test_typing.py::test_pass, argvalues type: 
generator
E   Please convert to a list or tuple.
E   See 
https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators
        argnames   = 'path'
        argvalues  = <generator object get_test_cases at 0x7fe3e0cb6d60>
        cls        = <class '_pytest.mark.structures.ParameterSet'>
        config     = <_pytest.config.Config object at 0x7fe3fc217230>
        func       = <function test_pass at 0x7fe3e0c58460>
        nodeid     = 'numpy/typing/tests/test_typing.py::test_pass'
=========================== short test summary info ============================
ERROR numpy/_core/tests/test_array_coercion.py::TestStringDiscovery - pytest....
ERROR numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery - pytest....
ERROR numpy/_core/tests/test_array_coercion.py::TestNested - pytest.PytestRem...
ERROR numpy/_core/tests/test_array_coercion.py::TestArrayLikes - pytest.Pytes...
ERROR numpy/_core/tests/test_casting_floatingpoint_errors.py - pytest.PytestR...
ERROR numpy/_core/tests/test_casting_unittests.py::TestCasting - pytest.Pytes...
ERROR numpy/_core/tests/test_dlpack.py::TestDLPack - pytest.PytestRemovedIn10...
ERROR numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting - pyte...
ERROR numpy/_core/tests/test_dtype.py::TestFromCTypes - pytest.PytestRemovedI...
ERROR numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon - pytest.P...
ERROR numpy/_core/tests/test_numeric.py::TestTypes - pytest.PytestRemovedIn10...
ERROR numpy/_core/tests/test_numeric.py::TestArrayComparisons - pytest.Pytest...
ERROR numpy/_core/tests/test_ufunc.py::TestUfunc - pytest.PytestRemovedIn10Wa...
ERROR numpy/_core/tests/test_umath.py::TestDivision - pytest.PytestRemovedIn1...
ERROR numpy/_core/tests/test_umath.py::TestBitwiseUFuncs - pytest.PytestRemov...
ERROR numpy/lib/tests/test_packbits.py::TestCount - pytest.PytestRemovedIn10W...
ERROR numpy/typing/tests/test_typing.py - pytest.PytestRemovedIn10Warning: Pa...
!!!!!!!!!!!!!!!!!!! Interrupted: 17 errors during collection !!!!!!!!!!!!!!!!!!!
======================= 8 deselected, 17 errors in 8.48s =======================
E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest -k 'not 
(test_big_arrays or test_large_file_support or test_configtool)'
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:141: override_dh_auto_test-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:113: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: numpy
Source-Version: 1:2.4.6+ds-2
Done: Timo Röhling <[email protected]>

We believe that the bug you reported is fixed in the latest version of
numpy, 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.
Timo Röhling <[email protected]> (supplier of updated numpy 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, 28 Jun 2026 23:51:39 +0200
Source: numpy
Architecture: source
Version: 1:2.4.6+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Timo Röhling <[email protected]>
Closes: 1140993
Changes:
 numpy (1:2.4.6+ds-2) unstable; urgency=medium
 .
   * Fix pytest 9.1 deprecation warnings (Closes: #1140993)
Checksums-Sha1:
 afe262964e6531de0757dfdfa04de955ccbc8c16 3634 numpy_2.4.6+ds-2.dsc
 daf3898bb1cae29f2de9cb08df8e09a8fd13cb77 166264 numpy_2.4.6+ds-2.debian.tar.xz
Checksums-Sha256:
 3c3329e61fb6acf9f4cb3bb1ee7bf11db00366b4969543a53bb629bd4016a250 3634 
numpy_2.4.6+ds-2.dsc
 6493ae402db950450c5ef74681fb3f1c4d56e8b99f77a41b7e290dd72acf38c1 166264 
numpy_2.4.6+ds-2.debian.tar.xz
Files:
 1977b1013646095c608a3f1cf079b0e7 3634 python optional numpy_2.4.6+ds-2.dsc
 2959571aabf46c32f942813c40f0f50d 166264 python optional 
numpy_2.4.6+ds-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEmwPruYMA35fCsSO/zIxr3RQD9MoFAmpBpMQACgkQzIxr3RQD
9MpOTQ//c8yQb3o9X5/NDHNthwxY8hiF859uAAgAaDexwbT7qHrj1PuUqkzVu/TT
9bARUlDF7QSCkDuUFlBALFpa16qzECh4LhgZ58b0aaYhzhPh/cey91Yy3P0Xwx09
DBuVAjCL7fNZTUNiu2DbigMAJ/J3REr9Yzq5xW5WToXexE2EhpLFXszt6MZJosa0
KfEVu2m9NbuQsXUqFQOaShvo1aEziOdmX0Pwi9mAE4peWOj5Bz9hD88eWuOFnK7b
qrtAVqxCqVEd4poPDhM87k/CifOOdOwdm9Ha6eY1EkRLrAwJ/Rju04q8uEVTr2jJ
1UbRyrEcJAU0hRpyCJ0PkUdQPzHnlTyGnNw7RbKxz2SlvcF+99viwqjYm9oF6w61
+YTGgQsE50DlBXgGH+OQmPQ5V3vF23/2xUxeoiSme63uOyBaQvOvv6JGoX/JY/SK
NnQbr+hCNDzfmbZUr/dAAWCQpJL2NMXmHZsLAj9OXkz6pQsh2e5Y/o9hY6eT+wE9
6KNyO2R3DFJIGTuwtGMKjbl3pg1EABsJhSXyJN2HZfJs1X0hlngmdFSCeo0dM4dg
4QjCIAZjDSBux2V0tdrzukqiqDIYdjXOQlXBm1D1Tl9JCrr1yY2oJzdoqSU5Edke
B7nStV8hQxHKYUD1UWwsHnK/TCMwUJ1twlJsS+kB6AXAvB0I7N8=
=U81x
-----END PGP SIGNATURE-----

Attachment: pgpzdj44A8MaS.pgp
Description: PGP signature


--- End Message ---

Reply via email to