Your message dated Fri, 24 Oct 2025 22:03:47 +0000
with message-id <[email protected]>
and subject line Bug#1117755: fixed in nipy 0.6.1-3
has caused the Debian Bug report #1117755,
regarding nipy: FTBFS: failing tests
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.)


-- 
1117755: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117755
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:nipy
Version: 0.6.1-2
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/202510/

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:nipy, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild --with=sphinxdoc
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Do not force maintainers to install Build-Depends on local machine
dh_auto_clean || rm -rf __pycache__ .pybuild
        pybuild --clean -i python{version} -p 3.13
        rm -rf .pybuild/
        find . -name \*.pyc -exec rm {} \;
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_autoreconf_clean -O--buildsystem=pybuild
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
: # I: Custom cleaning
rm -rf build nipy/neurospin/__config__.py

[... snipped ...]

nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_realign4d_incompatible_args
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py:100:
 FutureWarning: Please use SpaceTimeRealign instead of this class; We will soon 
remove this class
    return FmriRealign4d(runs, tr=3, slice_times=slice_times,

nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_realign4d_incompatible_args
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/registration/groupwise_registration.py:1187:
 UserWarning: Please make sure you are NOT using SPM-style slice order 
declaration
    warnings.warn('Please make sure you are NOT using '

nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_realign4d
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/registration/tests/test_fmri_realign4d.py:138:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    slice_axis = int(np.where(orient[:, 0] == 2)[0])

nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_realign4d
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_realign4d_runs_with_different_affines
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_spacetimerealign_params
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_lowlevel_params
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_spacerealign
nipy/algorithms/registration/tests/test_fmri_realign4d.py::test_single_image
nipy/algorithms/registration/tests/test_slice_timing.py::test_slice_time_correction
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/registration/groupwise_registration.py:471:
 UserWarning: Minimization failed
    warnings.warn('Minimization failed')

nipy/algorithms/statistics/formula/tests/test_formula.py: 12 warnings
nipy/modalities/fmri/fmristat/tests/test_FIAC.py: 4 warnings
nipy/modalities/fmri/tests/test_design.py: 16 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/statistics/formula/formulae.py:707:
 DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so 
passing copy=False failed. __array__ must implement 'dtype' and 'copy' keyword 
arguments. To learn more, see the migration guide 
https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword
    return np.all(np.equal(np.array(self), np.array(other)))

nipy/algorithms/statistics/tests/test_quantile.py::test_median
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py:32:
 ComplexWarning: Casting complex values to real discards the imaginary part
    assert_array_equal(_median(X, axis=a).squeeze(),

nipy/algorithms/statistics/tests/test_quantile.py::test_median
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py:33:
 ComplexWarning: Casting complex values to real discards the imaginary part
    np_median(X.astype(np.float64), axis=a))

nipy/algorithms/statistics/tests/test_quantile.py::test_quantile
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py:42:
 ComplexWarning: Casting complex values to real discards the imaginary part
    _quantile(X, .75, axis=a, interp=True).squeeze(),

nipy/algorithms/statistics/tests/test_quantile.py::test_quantile
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/statistics/tests/test_quantile.py:24:
 ComplexWarning: Casting complex values to real discards the imaginary part
    return np.apply_along_axis(sp_percentile, axis, arr.astype(float), pct)

nipy/algorithms/statistics/tests/test_rft.py: 22 warnings
  /usr/lib/python3/dist-packages/numpy/lib/_polynomial_impl.py:1366: 
FutureWarning: In the future extra properties will not be copied across when 
constructing one poly1d from another
    other = poly1d(other)

nipy/algorithms/statistics/tests/test_rft.py::test_chi2
nipy/algorithms/statistics/tests/test_rft.py::test_F1
nipy/algorithms/statistics/tests/test_rft.py::test_F2
nipy/algorithms/statistics/tests/test_rft.py::test_F3
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/algorithms/statistics/tests/test_rft.py:76:
 RuntimeWarning: divide by zero encountered in divide
    _t = np.power(2., -j) / (factorial(k-j) * factorial(j))

nipy/algorithms/statistics/tests/test_rft.py: 10 warnings
  /usr/lib/python3/dist-packages/numpy/lib/_polynomial_impl.py:978: 
FutureWarning: In the future extra properties will not be copied across when 
constructing one poly1d from another
    a1, a2 = poly1d(a1), poly1d(a2)

nipy/algorithms/tests/test_resample.py: 3 warnings
nipy/core/reference/tests/test_array_coords.py: 2 warnings
nipy/core/reference/tests/test_coordinate_map.py: 2 warnings
nipy/core/reference/tests/test_parametrized_surface.py: 3 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/reference/coordinate_map.py:1156:
 UserWarning: composition of non-affine CoordinateMaps is less robust than the 
AffineTransform
    warnings.warn("composition of non-affine CoordinateMaps is "

nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
  /usr/lib/python3/dist-packages/_pytest/raises.py:296: DeprecationWarning: 
rollaxis deprecated, please use rollimg instead
    func(*args[1:], **kwargs)

nipy/core/image/tests/test_image.py::test_rollaxis
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:295:
 DeprecationWarning: rollaxis deprecated, please use rollimg instead
    assert_almost_equal(image.rollaxis(im, 1).affine, np.diag([2,1,3,4,1]))

nipy/core/image/tests/test_image.py::test_rollaxis
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:296:
 DeprecationWarning: rollaxis deprecated, please use rollimg instead
    assert_almost_equal(image.rollaxis(im, 2).affine, np.diag([3,1,2,4,1]))

nipy/core/image/tests/test_image.py::test_rollaxis
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:297:
 DeprecationWarning: rollaxis deprecated, please use rollimg instead
    assert_almost_equal(image.rollaxis(im, 3).affine, np.diag([4,1,2,3,1]))

nipy/core/image/tests/test_image.py::test_rollaxis
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:306:
 DeprecationWarning: rollaxis deprecated, please use rollimg instead
    im_rolled = image.rollaxis(im_unamb, 'l')

nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:310:
 DeprecationWarning: rollaxis deprecated, please use rollimg instead
    im_i = image.rollaxis(im, i)

nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:311:
 DeprecationWarning: rollaxis deprecated, please use rollimg instead
    im_o = image.rollaxis(im, o)

nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
nipy/core/image/tests/test_image.py::test_rollaxis
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:312:
 DeprecationWarning: rollaxis deprecated, please use rollimg instead
    im_n = image.rollaxis(im, n)

nipy/core/image/tests/test_image.py: 12 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:317:
 DeprecationWarning: rollaxis deprecated, please use rollimg instead
    im_n_inv = image.rollaxis(_im, n, inverse=True)

nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:450:
 DeprecationWarning: rollaxis deprecated, please use rollimg instead
    rimg = image.rollaxis(img, axis)

nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
nipy/core/image/tests/test_image.py::test_rollaxis_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/image/tests/test_image.py:453:
 DeprecationWarning: rollaxis deprecated, please use rollimg instead
    rrimg = image.rollaxis(rimg, axis, inverse=True)

nipy/core/reference/tests/test_coordinate_map.py::test_renamed
nipy/core/reference/tests/test_coordinate_map.py::test_compose
nipy/core/reference/tests/test_coordinate_map.py::test_product
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/reference/coordinate_map.py:402:
 RuntimeWarning: divide by zero encountered in log
    out_vals = self.function(in_vals)

nipy/core/reference/tests/test_coordinate_map.py::test_renamed
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/reference/coordinate_map.py:1664:
 RuntimeWarning: divide by zero encountered in log
    forward = lambda input: cmap1.function(cmap2.function(input))

nipy/core/reference/tests/test_coordinate_map.py::test_renamed
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/reference/coordinate_map.py:1615:
 RuntimeWarning: invalid value encountered in dot
    value = np.dot(x, A.T)

nipy/core/reference/tests/test_coordinate_map.py::test_product
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/reference/coordinate_map.py:1116:
 UserWarning: product of non-affine CoordinateMaps is less robust than the 
AffineTransform
    warnings.warn("product of non-affine CoordinateMaps is less robust than "

nipy/core/reference/tests/test_coordinate_map.py::test_dtype_cmap_inverses
nipy/core/reference/tests/test_coordinate_map.py::test_cmap_coord_types
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/core/reference/coordinate_map.py:562:
 ComplexWarning: Casting complex values to real discards the imaginary part
    if not np.allclose(affine[-1].astype(float), bottom_row):

nipy/io/tests/test_image_io.py::test_output_dtypes
nipy/io/tests/test_image_io.py::test_output_dtypes
nipy/io/tests/test_image_io.py::test_output_dtypes
nipy/io/tests/test_image_io.py::test_output_dtypes
nipy/io/tests/test_image_io.py::test_output_dtypes
nipy/io/tests/test_image_io.py::test_output_dtypes
  /usr/lib/python3/dist-packages/nibabel/arrayproxy.py:456: ComplexWarning: 
Casting complex values to real discards the imaginary part
    arr = arr.astype(dtype, copy=False)

nipy/io/tests/test_image_io.py::test_roundtrip_from_array
nipy/io/tests/test_save.py::test_save2
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/io/files.py:141: 
FutureWarning: Default `strict` currently False; this will change to True in a 
future version of nipy; output names of "x", "y", "z" will raise an error.  
Please use canonical output names from nipy.core.reference.spaces
    ni_img = nipy2nifti(img, data_dtype = io_dtype)

nipy/io/tests/test_nibcompat.py::test_unscaled_data
nipy/io/tests/test_nibcompat.py::test_unscaled_data
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/io/tests/test_nibcompat.py:48:
 DeprecationWarning: __array__ implementation doesn't accept a copy keyword, so 
passing copy=False failed. __array__ must implement 'dtype' and 'copy' keyword 
arguments. To learn more, see the migration guide 
https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword
    data_back = np.array(dao)

nipy/labs/bindings/tests/test_blas3.py::test_dgemm
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:22:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    alpha = np.double(np.random.rand(1))

nipy/labs/bindings/tests/test_blas3.py::test_dgemm
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:23:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    beta = np.double(np.random.rand(1))

nipy/labs/bindings/tests/test_blas3.py::test_dsymm
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:40:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    alpha = np.double(np.random.rand(1))

nipy/labs/bindings/tests/test_blas3.py::test_dsymm
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:41:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    beta = np.double(np.random.rand(1))

nipy/labs/bindings/tests/test_blas3.py::test_dtrmm
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:126:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    alpha = np.double(np.random.rand(1))

nipy/labs/bindings/tests/test_blas3.py::test_dtrsm
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:134:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    alpha = np.double(np.random.rand(1))

nipy/labs/bindings/tests/test_blas3.py::test_dsyrk
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:140:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    alpha = np.double(np.random.rand(1))

nipy/labs/bindings/tests/test_blas3.py::test_dsyrk
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:141:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    beta = np.double(np.random.rand(1))

nipy/labs/bindings/tests/test_blas3.py::test_dsyr2k
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:163:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    alpha = np.double(np.random.rand(1))

nipy/labs/bindings/tests/test_blas3.py::test_dsyr2k
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/bindings/tests/test_blas3.py:164:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    beta = np.double(np.random.rand(1))

nipy/labs/datasets/volumes/tests/test_volume_img.py::test_identity_resample
nipy/labs/datasets/volumes/tests/test_volume_img.py::test_downsample
nipy/labs/datasets/volumes/tests/test_volume_img.py::test_resampled_to_img
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/datasets/volumes/volume_img.py:210:
 UserWarning: The behavior of affine_transform with a 1-D array supplied for 
the matrix parameter has changed in SciPy 0.18.0.
    resampled_data = [ ndimage.affine_transform(slice, A,

nipy/labs/datasets/volumes/tests/test_volume_img.py::test_resampling_with_affine
nipy/labs/datasets/volumes/tests/test_volume_img.py::test_transformation
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/datasets/volumes/volume_img.py:221:
 UserWarning: The behavior of affine_transform with a 1-D array supplied for 
the matrix parameter has changed in SciPy 0.18.0.
    resampled_data = ndimage.affine_transform(data, A,

nipy/labs/group/tests/test_permutation_test.py::test_permutation_test::test_onesample
nipy/labs/group/tests/test_permutation_test.py::test_permutation_test::test_onesample_graph
nipy/labs/group/tests/test_permutation_test.py::test_permutation_test::test_twosample
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/group/permutation_test.py:275:
 RuntimeWarning: divide by zero encountered in log
    Fisher_values[i] = -np.sum(np.log(pseudo_p_values[I]))

nipy/labs/group/tests/test_permutation_test.py::test_permutation_test::test_onesample
nipy/labs/group/tests/test_permutation_test.py::test_permutation_test::test_onesample_graph
nipy/labs/group/tests/test_permutation_test.py::test_permutation_test::test_twosample
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/group/permutation_test.py:291:
 RuntimeWarning: divide by zero encountered in log
    Fisher_values[i] = -np.sum(np.log(pseudo_p_values[I]))

nipy/labs/spatial_models/tests/test_bsa.py: 929 warnings
nipy/labs/spatial_models/tests/test_hroi.py: 164 warnings
nipy/labs/spatial_models/tests/test_mroi.py: 935 warnings
nipy/labs/spatial_models/tests/test_parcel_io.py: 100 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/spatial_models/mroi.py:145:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    index = int(np.where(self.get_id() == id)[0])

nipy/labs/spatial_models/tests/test_mroi.py::test_set_feature2
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/spatial_models/mroi.py:338:
 DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is 
deprecated, and will error in future. Ensure you extract a single element from 
your array before performing this operation. (Deprecated NumPy 1.25.)
    the_feature[self.select_id(id)] = data

nipy/labs/tests/test_viz.py::test_example
nipy/labs/viz_tools/test/test_activation_maps.py::test_plot_map_empty
nipy/labs/viz_tools/test/test_activation_maps.py::test_plot_map_with_auto_cut_coords
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/labs/viz_tools/activation_maps.py:238:
 UserWarning: OSError('Cannot find template file T1_brain.nii.gz required to 
plot anatomy, see the nipy documentation installaton section for how to install 
template files.')
    warnings.warn(repr(e))

nipy/modalities/fmri/fmristat/tests/test_FIAC.py::test_agreement
  /usr/lib/python3/dist-packages/numpy/lib/_function_base_impl.py:3065: 
RuntimeWarning: invalid value encountered in divide
    c /= stddev[:, None]

nipy/modalities/fmri/fmristat/tests/test_FIAC.py::test_agreement
  /usr/lib/python3/dist-packages/numpy/lib/_function_base_impl.py:3066: 
RuntimeWarning: invalid value encountered in divide
    c /= stddev[None, :]

nipy/modalities/fmri/tests/test_glm.py::test_high_level_glm_null_contrasts
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build/nipy/modalities/fmri/glm.py:574:
 UserWarning: Contrast for session 1 is null
    warn('Contrast for session %d is null' % i)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED nipy/labs/tests/test_viz.py::test_example - TypeError: 'numpy.bool' ob...
FAILED nipy/labs/viz_tools/test/test_activation_maps.py::test_demo_plot_map
FAILED nipy/labs/viz_tools/test/test_activation_maps.py::test_plot_anat - Typ...
FAILED nipy/labs/viz_tools/test/test_activation_maps.py::test_plot_anat_kwargs
FAILED nipy/labs/viz_tools/test/test_activation_maps.py::test_plot_map_empty
FAILED nipy/labs/viz_tools/test/test_coord_tools.py::test_find_cut_coords - T...
====== 6 failed, 898 passed, 5 skipped, 3143 warnings in 82.08s (0:01:22) ======
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nipy/build; python3.13 -m pytest 
--pyargs nipy
        rm -fr -- /tmp/dh-xdg-rundir-lra6XXGo
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:23: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: nipy
Source-Version: 0.6.1-3
Done: Étienne Mollier <[email protected]>

We believe that the bug you reported is fixed in the latest version of
nipy, 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.
Étienne Mollier <[email protected]> (supplier of updated nipy 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: Fri, 24 Oct 2025 22:41:20 +0200
Source: nipy
Architecture: source
Version: 0.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 1117755
Changes:
 nipy (0.6.1-3) unstable; urgency=medium
 .
   * bool-type-error.patch: new: fix test failures. (Closes: #1117755)
   * d/watch: convert to v5 Github template.
   * d/control: drop redundant Rules-Requires-Root: no.
   * d/rules: enable binaries hardening.
Checksums-Sha1:
 a691b7080e0900f497ac251cd39e21ae64e715c6 2596 nipy_0.6.1-3.dsc
 2cad18f3bfbcbf43e62845ef2e04cdb45abe0ea1 12576 nipy_0.6.1-3.debian.tar.xz
Checksums-Sha256:
 bd7769a2372ed3717c5acbca886931b492bdf5757333c8e7e51d32bc6f2ae21f 2596 
nipy_0.6.1-3.dsc
 8abdf780c77a3248628df33857ee32f2258ae9ed90e11fd16f779d0fd4a37a9d 12576 
nipy_0.6.1-3.debian.tar.xz
Files:
 9f082f4e18983f9c36746723a1d51694 2596 python optional nipy_0.6.1-3.dsc
 dec055432cc3a930c76ef54e33ece8ca 12576 python optional 
nipy_0.6.1-3.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmj75zwUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdqTAhAAhiSJwnJSlhynquW/a1hujFn5TZb2
OxdhKWjpTDwmh+8JQnyPqvvXCMfx9o68DwsEhcowTn65I1j+WadnUXaQX6TXLx09
NaYvtJx6f7p5JpcQNsu/X+S34YLcmN2yBiSXy5n35YcxHGl2IFNB99v/QomTbjjw
V6yDjAEt3KemqWN13RiGSGnU4kUeb8KOTPVHOVCk8ADd7Tfhbh5b+KpiYu6CLlgG
StGwdoCM4LzwTcDG5s/9v1jmzc7hwV+tkCe30I4wD44bPaVvm+f0Eqq90veIYiJ9
NZiFfPLD3SzkJ7zDtuPXqP9yHN2JdQXNNJVza2ebD+L4R8CPdBvLhj3lqb0n7WSL
mXKBnnmLYShTqGZwtNsXbidBNMPzhGXzROqUNBnj5UfBNmsW7sHu5FGaxYIYBIs2
yxXWTPOyWiJTvoSIs33U2AZl8p6SMV++094a/Iufvl4K1Da9XDra7ULB6bYY6coY
zAtDp32tQalb/pB9JwzENC5RFpT/XhSOr5zKvHOrYi6Zdtp9DsJ3kVAynxqOXnVr
o9q99ZwUjAtAO0nCEWiJbpROEx0o0AKJTevwajIU441zVGyP7FEKPktsuBHidAvZ
NwGrHx2XYipmVzWNCHUny4reowEFtYPEmwKtCU1ajAIGX17hqo1f749bJA2Wis9n
hdZBcU9XpXcST7I=
=n7IP
-----END PGP SIGNATURE-----

Attachment: pgp4eT1p7Tbg1.pgp
Description: PGP signature


--- End Message ---

Reply via email to