Your message dated Thu, 08 Jan 2026 17:04:43 +0000
with message-id <[email protected]>
and subject line Bug#1123362: fixed in uncertainties 3.2.3-4
has caused the Debian Bug report #1123362,
regarding uncertainties: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.14 3.13" returned exit code 13
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.)


-- 
1123362: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123362
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:uncertainties
Version: 3.2.3-3
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/202512/

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:uncertainties, 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
        pybuild --clean -i python{version} -p "3.14 3.13"
        rm -rf .pybuild/
        find . -name \*.pyc -exec rm {} \;
   dh_autoreconf_clean -O--buildsystem=pybuild
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/python3-uncertainties.substvars 
debian/python-uncertainties-doc.substvars debian/files
        rm -fr -- debian/python3-uncertainties/ debian/tmp/ 
debian/python-uncertainties-doc/
        find .  \( \( \

[... snipped ...]

  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_uncertainties.py:1112:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert len(x >= numpy.arange(10)) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_uncertainties.py:1113:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert len(numpy.arange(10) <= x) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_uncertainties.py:1117:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert numpy.all((x >= numpy.arange(3)) == [True, False, False])

tests/test_unumpy.py::test_numpy
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:41:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert len(arr[arr > ufloat(1.5, 0.1)]) == 1

tests/test_unumpy.py::test_numpy
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:43:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert len(prod1[prod1 < prod1 * prod2]) == 2

tests/test_unumpy.py::test_numpy
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:46:
 FutureWarning: AffineScalarFunc.__abs__() is deprecated. It will be removed in 
a future release.
    numpy.abs(arr + ufloat(-1, 0.1))

tests/test_unumpy.py::test_matrix
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:78:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)]])

tests/test_unumpy.py::test_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:110:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)]])

tests/test_unumpy.py::test_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:142:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[x, x], [0, 3 + 2 * x]])

tests/test_unumpy.py::test_wrap_array_func
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:196:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)], [1, -3.1]])

tests/test_unumpy.py::test_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:214:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)], [1, -3.1]])

tests/test_unumpy.py::test_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:226:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([vector, vector])

tests/test_unumpy.py::test_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:233:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), 0], [3, 0]])

tests/test_unumpy.py::test_component_extraction
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build/tests/test_unumpy.py:288:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    mat = unumpy.matrix(arr)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
FAILED tests/test_umath.py::test_math_module - AssertionError: assert ('expec...
====== 1 failed, 744 passed, 2 skipped, 1 xfailed, 255 warnings in 1.72s =======
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_uncertainties/build; python3.14 -m 
pytest tests
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build; python3.13 -m 
pytest tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build
configfile: pyproject.toml
plugins: cov-5.0.0, typeguard-4.4.4
collected 748 items

tests/test_formatting.py ......................................x........ [  6%]
........................................................................ [ 15%]
........................................................................ [ 25%]
.............................................                            [ 31%]
tests/test_performance.py s.....                                         [ 32%]
tests/test_power.py .................................................... [ 39%]
.......                                                                  [ 40%]
tests/test_ulinalg.py ..                                                 [ 40%]
tests/test_umath.py .................................................... [ 47%]
........................................................................ [ 57%]
........................................................................ [ 66%]
........................................................................ [ 76%]
.................                                                        [ 78%]
tests/test_uncertainties.py ............................................ [ 84%]
........................................................................ [ 94%]
.........................s.........                                      [ 98%]
tests/test_unumpy.py .........                                           [100%]

=============================== warnings summary ===============================
tests/test_performance.py:56
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_performance.py:56:
 PytestUnknownMarkWarning: Unknown pytest.mark.benchmark - is this a typo?  You 
can register custom marks to avoid this warning - for details, see 
https://docs.pytest.org/en/stable/how-to/mark.html
    @pytest.mark.benchmark

uncertainties/core.py:1024: 1 warning
tests/test_formatting.py: 42 warnings
tests/test_umath.py: 1 warning
tests/test_uncertainties.py: 4 warnings
tests/test_unumpy.py: 5 warnings
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/uncertainties/core.py:1024:
 UserWarning: Using UFloat objects with std_dev==0 may give unexpected results.
    warn("Using UFloat objects with std_dev==0 may give unexpected results.")

tests/test_ulinalg.py: 99 warnings
tests/test_unumpy.py: 60 warnings
  /usr/lib/python3/dist-packages/numpy/matrixlib/defmatrix.py:70: 
PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    return matrix(data, dtype=dtype, copy=False)

tests/test_ulinalg.py::test_list_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_ulinalg.py:47:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    mat = unumpy.matrix([[x, x], [y, 0]])

tests/test_ulinalg.py::test_list_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_ulinalg.py:60:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    mat = unumpy.matrix([[x, x], [y, 0]])

tests/test_ulinalg.py::test_list_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_ulinalg.py:76:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    mat1 = unumpy.matrix([[x, y]])  # "Long" matrix

tests/test_ulinalg.py::test_list_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_ulinalg.py:77:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    mat2 = unumpy.matrix([[x, y], [1, 3 + x], [y, 2 * x]])  # "Tall" matrix

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:205:
 FutureWarning: umath.factorial() is deprecated. It will be removed in a future 
release.
    assert umath_core.factorial(4) == 24

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:219:
 FutureWarning: umath.ceil() is deprecated. It will be removed in a future 
release.
    assert func(x) == func(x.nominal_value)

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:222:
 FutureWarning: umath.ceil() is deprecated. It will be removed in a future 
release.
    assert isinstance(func(x), type(func(x.nominal_value)))

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:219:
 FutureWarning: umath.trunc() is deprecated. It will be removed in a future 
release.
    assert func(x) == func(x.nominal_value)

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:222:
 FutureWarning: umath.trunc() is deprecated. It will be removed in a future 
release.
    assert isinstance(func(x), type(func(x.nominal_value)))

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:219:
 FutureWarning: umath.floor() is deprecated. It will be removed in a future 
release.
    assert func(x) == func(x.nominal_value)

tests/test_umath.py::test_math_module
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_umath.py:222:
 FutureWarning: umath.floor() is deprecated. It will be removed in a future 
release.
    assert isinstance(func(x), type(func(x.nominal_value)))

tests/test_uncertainties.py::test_int_div
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:345:
 FutureWarning: AffineScalarFunc.__floordiv__() is deprecated. It will be 
removed in a future release.
    x = ufloat(3.9, 2) // 2

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:361:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert a < b

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:362:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert a < 3

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:363:
 FutureWarning: AffineScalarFunc.__gt__() is deprecated. It will be removed in 
a future release.
    assert 3 < b  # This is first given to int.__lt__()

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:374:
 FutureWarning: AffineScalarFunc.__gt__() is deprecated. It will be removed in 
a future release.
    assert x > 1

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:377:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert not (x >= 3)

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:378:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert not (x < 3)

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:463:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert correct_result == getattr(x, op)(y)

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:463:
 FutureWarning: AffineScalarFunc.__le__() is deprecated. It will be removed in 
a future release.
    assert correct_result == getattr(x, op)(y)

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:463:
 FutureWarning: AffineScalarFunc.__gt__() is deprecated. It will be removed in 
a future release.
    assert correct_result == getattr(x, op)(y)

tests/test_uncertainties.py::test_comparison_ops
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:463:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert correct_result == getattr(x, op)(y)

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1106:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert len(x < numpy.arange(10)) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1107:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert len(numpy.arange(10) > x) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1108:
 FutureWarning: AffineScalarFunc.__le__() is deprecated. It will be removed in 
a future release.
    assert len(x <= numpy.arange(10)) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1109:
 FutureWarning: AffineScalarFunc.__le__() is deprecated. It will be removed in 
a future release.
    assert len(numpy.arange(10) >= x) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1110:
 FutureWarning: AffineScalarFunc.__gt__() is deprecated. It will be removed in 
a future release.
    assert len(x > numpy.arange(10)) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1111:
 FutureWarning: AffineScalarFunc.__gt__() is deprecated. It will be removed in 
a future release.
    assert len(numpy.arange(10) < x) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1112:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert len(x >= numpy.arange(10)) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1113:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert len(numpy.arange(10) <= x) == 10

tests/test_uncertainties.py::test_numpy_comparison
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_uncertainties.py:1117:
 FutureWarning: AffineScalarFunc.__ge__() is deprecated. It will be removed in 
a future release.
    assert numpy.all((x >= numpy.arange(3)) == [True, False, False])

tests/test_unumpy.py::test_numpy
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:41:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert len(arr[arr > ufloat(1.5, 0.1)]) == 1

tests/test_unumpy.py::test_numpy
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:43:
 FutureWarning: AffineScalarFunc.__lt__() is deprecated. It will be removed in 
a future release.
    assert len(prod1[prod1 < prod1 * prod2]) == 2

tests/test_unumpy.py::test_numpy
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:46:
 FutureWarning: AffineScalarFunc.__abs__() is deprecated. It will be removed in 
a future release.
    numpy.abs(arr + ufloat(-1, 0.1))

tests/test_unumpy.py::test_matrix
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:78:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)]])

tests/test_unumpy.py::test_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:110:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)]])

tests/test_unumpy.py::test_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:142:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[x, x], [0, 3 + 2 * x]])

tests/test_unumpy.py::test_wrap_array_func
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:196:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)], [1, -3.1]])

tests/test_unumpy.py::test_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:214:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), -3.1], [0, ufloat(3, 0)], [1, -3.1]])

tests/test_unumpy.py::test_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:226:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([vector, vector])

tests/test_unumpy.py::test_pseudo_inverse
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:233:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    m = unumpy.matrix([[ufloat(10, 1), 0], [3, 0]])

tests/test_unumpy.py::test_component_extraction
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_uncertainties/build/tests/test_unumpy.py:288:
 PendingDeprecationWarning: the matrix subclass is not the recommended way to 
represent matrices or deal with linear algebra (see 
https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please 
adjust your code to use regular ndarray.
    mat = unumpy.matrix(arr)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========== 745 passed, 2 skipped, 1 xfailed, 255 warnings in 1.79s ============
        rm -fr -- /tmp/dh-xdg-rundir-XQtah0uT
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: uncertainties
Source-Version: 3.2.3-4
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
uncertainties, 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.
Colin Watson <[email protected]> (supplier of updated uncertainties 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: Thu, 08 Jan 2026 16:36:53 +0000
Source: uncertainties
Architecture: source
Version: 3.2.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1123362
Changes:
 uncertainties (3.2.3-4) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Alexandre Detiste ]
   * Apply Multi-Arch: hint.
 .
   [ Colin Watson ]
   * Update testing for Python 3.14 (closes: #1123362).
Checksums-Sha1:
 f7a3606229ffb54b6b1baa2b0c04799522a0c3ef 2702 uncertainties_3.2.3-4.dsc
 31f2453d1bd0663931deb0663026efd3d4ecbbf3 7700 
uncertainties_3.2.3-4.debian.tar.xz
 d4000b5da015f0cf249a4166d4fc063ee885628a 328936 
uncertainties_3.2.3-4.git.tar.xz
 a62b419f834a26174d1a7342d1a8a71d5cc764d3 17157 
uncertainties_3.2.3-4_source.buildinfo
Checksums-Sha256:
 42c51814c229ff92f8b2fcb81834a8a542b19400a7805f7beff5210a537e63da 2702 
uncertainties_3.2.3-4.dsc
 38649ca0710d0fc583e5c8ec6413db557ff3d3ea66376800499e3bd322fe3fdb 7700 
uncertainties_3.2.3-4.debian.tar.xz
 4b016ea2e118c5c2996f1fca41d494ce37efdf61f33e273bf281175f359baa7d 328936 
uncertainties_3.2.3-4.git.tar.xz
 a1f219d0b45a10ab852de6ffd5313d81a288be3832712c22a64fd9744554f36c 17157 
uncertainties_3.2.3-4_source.buildinfo
Files:
 c52486ff861878ae2a743346c08e19e0 2702 python optional uncertainties_3.2.3-4.dsc
 877c36593761888b6ff56d2e973b4a8f 7700 python optional 
uncertainties_3.2.3-4.debian.tar.xz
 23a0c3e49c90267e1b6c76c7a2f5e958 328936 python optional 
uncertainties_3.2.3-4.git.tar.xz
 e635a6fcdde2c775dab5d46779ec494a 17157 python optional 
uncertainties_3.2.3-4_source.buildinfo
Git-Tag-Info: tag=7934076010fa15bc861be963f8a4b5e47038db57 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmlf3h0ACgkQYG0ITkaD
wHkFoxAAvaW4yBOy/7GRWwX8jmS09gY9rKP1oTqF6QfBOjrrKbIa64eTcSIhD3c2
AjUoB90k/gYhH5vOBOOD+Y+weVisCDulHNUWGkUC6pjD/yYEPBFKnhQgVtiT1aNB
AeNgCHE+LIDSLai1qOJ72jVP2TwWlOO28X6uR9FOiKUnRHDWAzbhbSV65vpj5O3a
t27/cP0NU3g9mWvwCWXLJ7LRFfhJCPVerP88SMg8dyaAmZRBibdxtQ876dPZMFJU
YbiyEWLHtN/6feToQUyZaf4ndnQi5vawdz27e5IWdCaA9n2Sp6V5rBzBBMtF2Vb0
HUdxdnO8W43NUovwpYB5r6Ug/j7ZCQdx1JSdLKXlX00Y6VoTvSD5VvygQdILq/df
ivzmswy6neTmImD+saQGkvAXsPbN5oUSYaY6yNvt5NVXaMEtPXtrcg/8qDgLyODI
i2iALm2TBSmvmZ5mBS2zu3QJ5/jqyn+lsZF98ul/jWLiyZqOmpG8pw/9r3Kb/zgA
lfR65+VtEw1DRlUqYkuJG8oSjv8cbBT/CpBF2HY1FV4YVZWibukxgXYm6j1TkN3s
FNB7ANXeXeTUsZJLAqvyEdT4Z+fbfOmdHfpM3CIRLO6mOgT31/YWynRDmHygwdhZ
WM/j2AsSBIhcQ8FY3DKsq6S32S9Nq/5CMN+Z2M8aaSTyScHBpL8=
=aA1Y
-----END PGP SIGNATURE-----

Attachment: pgpNrkPT6QSLk.pgp
Description: PGP signature


--- End Message ---

Reply via email to