Your message dated Fri, 10 Dec 2021 14:36:31 +0000
with message-id <e1mvh0h-000a4i...@fasolo.debian.org>
and subject line Bug#1001020: fixed in python-anndata 0.7.8-1
has caused the Debian Bug report #1001020,
regarding python-anndata: FTBFS with sklearn 1.0.1-1: ModuleNotFoundError: No 
module named 'sklearn.utils.testing'
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 ow...@bugs.debian.org
immediately.)


-- 
1001020: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001020
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-anndata
Version: 0.7.5+ds-3
Severity: serious

Dear Maintainer,

python-anndata FTBFS, it probably needs changes with new sklearn.
Log pasted below.

Regards,
Nilesh

copying anndata/tests/data/excel.xlsx -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_anndata/build/anndata/tests/data
   dh_auto_test -O--buildsystem=pybuild
I: pybuild pybuild:285: cp -R /<<PKGBUILDDIR>>/anndata.egg-info 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_anndata/build
I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_anndata/build; 
python3.10 -m pytest -v
============================= test session starts ==============================
platform linux -- Python 3.10.0+, pytest-6.2.5, py-1.10.0, pluggy-0.13.0 -- 
/usr/bin/python3.10
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>, configfile: pyproject.toml
plugins: cov-3.0.0
collecting ... collected 1449 items / 2 errors / 1447 selected

==================================== ERRORS ====================================
_ ERROR collecting 
.pybuild/cpython3_3.10_anndata/build/anndata/tests/test_inplace_subset.py _
anndata/tests/test_inplace_subset.py:3: in <module>
    from sklearn.utils.testing import assert_array_equal
E   ModuleNotFoundError: No module named 'sklearn.utils.testing'
_ ERROR collecting 
.pybuild/cpython3_3.10_anndata/build/anndata/tests/test_inplace_subset.py _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_anndata/build/anndata/tests/test_inplace_subset.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
anndata/tests/test_inplace_subset.py:3: in <module>
    from sklearn.utils.testing import assert_array_equal
E   ModuleNotFoundError: No module named 'sklearn.utils.testing'
=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/natsort/compat/fastnumbers.py:7
  /usr/lib/python3/dist-packages/natsort/compat/fastnumbers.py:7: 
DeprecationWarning: The distutils package is deprecated and slated for removal 
in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
    from distutils.version import StrictVersion

anndata/core.py:3
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_anndata/build/anndata/core.py:3: 
DeprecationWarning: Please only import from anndata, not anndata.core
    warn("Please only import from anndata, not anndata.core", 
DeprecationWarning)

anndata/readwrite.py:3
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_anndata/build/anndata/readwrite.py:3: 
DeprecationWarning: Please only import from anndata, not anndata.readwrite
    warn("Please only import from anndata, not anndata.readwrite", 
DeprecationWarning)

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================
ERROR anndata/tests/test_inplace_subset.py - ModuleNotFoundError: No module n...
ERROR anndata/tests/test_inplace_subset.py
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
======================== 3 warnings, 2 errors in 1.71s =========================
E: pybuild pybuild:354: test: plugin distutils failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_anndata/build; python3.10 -m pytest -v
I: pybuild pybuild:285: cp -R /<<PKGBUILDDIR>>/anndata.egg-info 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_anndata/build
I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_anndata/build; 
python3.9 -m pytest -v
============================= test session starts ==============================
platform linux -- Python 3.9.9, pytest-6.2.5, py-1.10.0, pluggy-0.13.0 -- 
/usr/bin/python3.9
cachedir: .pytest_cache
rootdir: /<<PKGBUILDDIR>>, configfile: pyproject.toml
plugins: cov-3.0.0
collecting ... collected 1449 items / 2 errors / 1447 selected

==================================== ERRORS ====================================
_ ERROR collecting 
.pybuild/cpython3_3.9_anndata/build/anndata/tests/test_inplace_subset.py _
anndata/tests/test_inplace_subset.py:3: in <module>
    from sklearn.utils.testing import assert_array_equal
E   ModuleNotFoundError: No module named 'sklearn.utils.testing'
_ ERROR collecting 
.pybuild/cpython3_3.9_anndata/build/anndata/tests/test_inplace_subset.py _
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_anndata/build/anndata/tests/test_inplace_subset.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.9/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
anndata/tests/test_inplace_subset.py:3: in <module>
    from sklearn.utils.testing import assert_array_equal
E   ModuleNotFoundError: No module named 'sklearn.utils.testing'
=============================== warnings summary ===============================
anndata/core.py:3
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_anndata/build/anndata/core.py:3: 
DeprecationWarning: Please only import from anndata, not anndata.core
    warn("Please only import from anndata, not anndata.core", 
DeprecationWarning)

anndata/readwrite.py:3
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_anndata/build/anndata/readwrite.py:3: 
DeprecationWarning: Please only import from anndata, not anndata.readwrite
    warn("Please only import from anndata, not anndata.readwrite", 
DeprecationWarning)

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================
ERROR anndata/tests/test_inplace_subset.py - ModuleNotFoundError: No module n...
ERROR anndata/tests/test_inplace_subset.py
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
======================== 2 warnings, 2 errors in 1.89s =========================
E: pybuild pybuild:354: test: plugin distutils failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_anndata/build; python3.9 -m pytest -v
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 
3.9" returned exit code 13


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.14.0-2-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Source: python-anndata
Source-Version: 0.7.8-1
Done: Andreas Tille <ti...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-anndata, 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 1001...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated python-anndata 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 10 Dec 2021 14:38:15 +0100
Source: python-anndata
Architecture: source
Version: 0.7.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 1001020 1001349
Changes:
 python-anndata (0.7.8-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version
     Closes: #1001349, #1001020
   * Point watch file to Github
   * Drop unnecessary Files-Excluded
   * Standards-Version: 4.6.0 (routine-update)
   * Provide debian/tests/run-unit-test script
   * Remove unneeded debian/source/options
   * PYBUILD_SYSTEM=flit to deal with missing setup.py
   * Build-Depends: python3-openpyxl
   * Ignore test importing scanpy data
   * Deactivate test requiring python3-numba since this is not ported to
     Python3.10 yet
   * debian/salsa-ci.yaml: suppress build on i386 where several tests are
     failing
Checksums-Sha1:
 de4df0181abfb2fe065dbbfdf479b22184f3cc75 2713 python-anndata_0.7.8-1.dsc
 7bb564ce333691d228a718bea5788b53ea7b24e8 137261 
python-anndata_0.7.8.orig.tar.gz
 0385ecf0cac9b0825e4fe1bf238bd853bab1b848 5940 
python-anndata_0.7.8-1.debian.tar.xz
 ba7260f32d95d96af78ced87151d966f6b8e86db 10070 
python-anndata_0.7.8-1_amd64.buildinfo
Checksums-Sha256:
 f091a90b8541e6629aca3e3361ceea1f82ee26e9b3fd7daf922d928cfd05c761 2713 
python-anndata_0.7.8-1.dsc
 686fdc9dc046d842ccbbaf472409724585fb99b76c59385e302d2686f7797eb0 137261 
python-anndata_0.7.8.orig.tar.gz
 bf72191d01268ccbb79edf79d1157140e37b3271fac67bb77671f3d693108bd4 5940 
python-anndata_0.7.8-1.debian.tar.xz
 f542ddedde26bc906e042170e1163b0587098878a50fa623b03343df64b3486d 10070 
python-anndata_0.7.8-1_amd64.buildinfo
Files:
 3423677b9f01ff9000e9ce92e79373ce 2713 python optional 
python-anndata_0.7.8-1.dsc
 98d8a25434b64f2496a1a81e9e0543ed 137261 python optional 
python-anndata_0.7.8.orig.tar.gz
 fa68fe22bdab1aef6b07f9cd8e7d36a0 5940 python optional 
python-anndata_0.7.8-1.debian.tar.xz
 0067ae7ede0f50bf103049d99fc8e16b 10070 python optional 
python-anndata_0.7.8-1_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmGzWiURHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFQeQ/7BgETt4Cd3mVckiqMFCflOaPqD/U3O32d
yadzQ4IT66rSA22g0zwPxYyUqPSbsRbF0GNRZDBx05tDEbSxcKqQ6nvTqQGJMnJw
B9M24LbI53KK2n0qr9XQ1m282vLod9L/VvTZ8DYioRweBBT0GL8FFv8FBQ7mVkHb
cXAP6X3JO8H4yLRUUsiwYYcrAhSGGjusz/nzZOsKSFdh9SEmwi1TQKVp95TWB5Ef
8G/v31LvVXQ4I/wVPjL/KEUOfDep0soqkRUX+95QeVIeryOD6NWPQee7uprw5KJN
DJbl7EJLQoA8etTtnUa2wHcn8VvFcIl8Ms1a6sBaJFBX4dyzGGNKy2T2sZjcZfMt
gxxZ+rGCZjKDBITR8TQyHFE+fDvEekxc1+fILpvAmrA8lQI+n+qeyRGd10MhShF9
B3rWA1eUeQ+Tqa695YNv02QeUtFRTRXB7L/blr/Fwx7W5IdHr+mK2sgzCan7ebTP
LeWdrykhYOzNn0NEXPWZlahvdK5Y/xySI/ZsO1M3DjhbTOSK0TRT659fPvLFfC1h
XAmRRNktosERDHJ1iXWXVQPHdxIHvwwnaPVQKdd2OlopUxlgKQGkHfKIp4mL988Z
tvF2hsPXJZlLV9aIS6xEsAhOjh/P2OGM4iLM5F8h3IbNQUwHLk/I4MXc0mlz+uoo
szgDQebcqBg=
=efa4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to