Your message dated Sun, 21 Nov 2021 10:50:05 +0000
with message-id <e1mokq9-0001l2...@fasolo.debian.org>
and subject line Bug#999405: fixed in python-cytoolz 0.11.0-2
has caused the Debian Bug report #999405,
regarding python-cytoolz ftbfs with Python 3.10 (test failures)
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.)


-- 
999405: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999405
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-cytoolz
Version: 0.11.0-1
Severity: important
Tags: ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.10

python-cytoolz ftbfs with python3-defaults from experimental:


[...]
I: pybuild base:237: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cytoolz/build;
python3.10 -m pytest
============================= test session starts ==============================
platform linux -- Python 3.10.0+, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
rootdir: /<<PKGBUILDDIR>>
collected 187 items

cytoolz/tests/test_curried.py ..........                                 [  5%]
cytoolz/tests/test_dev_skip_test.py ..                                   [  6%]
cytoolz/tests/test_dicttoolz.py ........................................ [ 27%]
.......                                                                  [ 31%]
cytoolz/tests/test_docstrings.py .                                       [ 32%]
cytoolz/tests/test_doctests.py .                                         [ 32%]
cytoolz/tests/test_functoolz.py ......................................   [ 52%]
cytoolz/tests/test_inspect_args.py ..............F..                     [ 62%]
cytoolz/tests/test_itertoolz.py ........................................ [ 83%]
..........                                                               [ 88%]
cytoolz/tests/test_none_safe.py ....                                     [ 90%]
cytoolz/tests/test_recipes.py ..                                         [ 91%]
cytoolz/tests/test_serialization.py .........                            [ 96%]
cytoolz/tests/test_signatures.py ...                                     [ 98%]
cytoolz/tests/test_tlz.py .                                              [ 98%]
cytoolz/tests/test_utils.py ..                                           [100%]

=================================== FAILURES ===================================
_______________________ test_introspect_builtin_modules ________________________

    def test_introspect_builtin_modules():
        mods = [builtins, functools, itertools, operator, cytoolz,
                cytoolz.functoolz, cytoolz.itertoolz, cytoolz.dicttoolz,
cytoolz.recipes]

        blacklist = set()

        def add_blacklist(mod, attr):
            if hasattr(mod, attr):
                blacklist.add(getattr(mod, attr))

        add_blacklist(builtins, 'basestring')
        add_blacklist(builtins, 'NoneType')
        add_blacklist(builtins, '__metaclass__')
        add_blacklist(builtins, 'sequenceiterator')
        add_blacklist(builtins, 'breakpoint')

        def is_missing(modname, name, func):
            if name.startswith('_') and not name.startswith('__'):
                return False
            if name.startswith('__pyx_unpickle_') or name.endswith('_cython__'):
                return False
            try:
                if issubclass(func, BaseException):
                    return False
            except TypeError:
                pass
            try:
                return (callable(func)
                        and func.__module__ is not None
                        and modname in func.__module__
                        and is_partial_args(func, (), {}) is not True
                        and func not in blacklist)
            except AttributeError:
                return False

        missing = {}
        for mod in mods:
            modname = mod.__name__
            for name, func in vars(mod).items():
                if is_missing(modname, name, func):
                    if modname not in missing:
                        missing[modname] = []
                    missing[modname].append(name)
        if missing:
            messages = []
            for modname, names in sorted(missing.items()):
                msg = '{}:\n    {}'.format(modname, '\n    
'.join(sorted(names)))
                messages.append(msg)
            message = 'Missing introspection for the following callables:\n\n'
>           raise AssertionError(message + '\n\n'.join(messages))
E           AssertionError: Missing introspection for the following callables:
E
E           builtins:
E               anext

cytoolz/tests/test_inspect_args.py:434: AssertionError
=============================== warnings summary ===============================
cytoolz/compatibility.py:2

/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cytoolz/build/cytoolz/compatibility.py:2:
DeprecationWarning: The toolz.compatibility module is no longer needed in Python
3 and has been deprecated. Please import these utilities directly from the
standard library. This module will be removed in a future release.
    warnings.warn("The toolz.compatibility module is no longer "

.pybuild/cpython3_3.10_cytoolz/build/cytoolz/tests/test_itertoolz.py::test_random_sample
.pybuild/cpython3_3.10_cytoolz/build/cytoolz/tests/test_itertoolz.py::test_random_sample
.pybuild/cpython3_3.10_cytoolz/build/cytoolz/tests/test_itertoolz.py::test_random_sample
.pybuild/cpython3_3.10_cytoolz/build/cytoolz/tests/test_itertoolz.py::test_random_sample
  /usr/lib/python3.10/random.py:125: DeprecationWarning: Seeding based on
hashing is deprecated
  since Python 3.9 and will be removed in a subsequent version. The only
  supported seed types are: None, int, float, str, bytes, and bytearray.
    self.seed(x)

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================
FAILED cytoolz/tests/test_inspect_args.py::test_introspect_builtin_modules - ...
================== 1 failed, 186 passed, 5 warnings in 1.16s ===================
E: pybuild pybuild:354: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_cytoolz/build; python3.10 -m pytest

--- End Message ---
--- Begin Message ---
Source: python-cytoolz
Source-Version: 0.11.0-2
Done: Andrey Rahmatullin <w...@debian.org>

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

Debian distribution maintenance software
pp.
Andrey Rahmatullin <w...@debian.org> (supplier of updated python-cytoolz 
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: Sun, 21 Nov 2021 14:51:23 +0500
Source: python-cytoolz
Architecture: source
Version: 0.11.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andrey Rahmatullin <w...@debian.org>
Closes: 999405
Changes:
 python-cytoolz (0.11.0-2) unstable; urgency=medium
 .
   * Team upload.
   * Add a Python 3.10 compatibility patch from Steve Langasek (Closes:
     #999405).
Checksums-Sha1:
 b1492205ebf0acdf6f061d6f60199a58697341c5 2181 python-cytoolz_0.11.0-2.dsc
 5d6a1d16216341922a4aea75df3e6e612fa7ce97 4188 
python-cytoolz_0.11.0-2.debian.tar.xz
 e94b150b6094c9f49dc7d17dcd308a4d2f14c8e4 7216 
python-cytoolz_0.11.0-2_source.buildinfo
Checksums-Sha256:
 4086e8ee2331e4e9eac7ef80afcd054ad920bbb6ca88fd74b434df1544539653 2181 
python-cytoolz_0.11.0-2.dsc
 0139bdf772fc58fd7d0976c3d10db56dcea57725e03522616f0720f0c2daec0b 4188 
python-cytoolz_0.11.0-2.debian.tar.xz
 38ce8e9ad2f9dd93eebae385972802a70dfb91e22d28c89adc683a8c99b4c0d2 7216 
python-cytoolz_0.11.0-2_source.buildinfo
Files:
 c24993ba1f320d0682a25b7fb6bbc0b7 2181 python optional 
python-cytoolz_0.11.0-2.dsc
 ea86b74966d42fbc0a601b402ada63a4 4188 python optional 
python-cytoolz_0.11.0-2.debian.tar.xz
 edaa5b7716c1c8cdaab323ed91dfdb9a 7216 python optional 
python-cytoolz_0.11.0-2_source.buildinfo

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

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmGaHvEACgkQM2L3AxpJ
kuH/6g//cZRBwp3zx88P/BfSLOWrTQgBW+QZk7Oq2U7TCorUmIGZwPlCO1VukJJt
rpAjQ5E1tcQLcLg56WcJGdktQGQ+fI5wrMwfixtMfJJOvzbEO00mEgXy/W5SE83O
737CRfxCGFqbnj6EuqZXu+gdsG8MeMrRNEJHjrDKQGW+kIoHrMSffVNUXfRV5qY9
QHZFRiRKep+P2MAUnge2kWQOjUTHrC5rlpHud7AwJLKmVrEBCfLMNDyeH/nnEjan
llwXLpfTDFYKnLKf76JRCEmpumqN+WVQWZEZI7ilOHrufKZOA23KB2kSd4ToJhkd
mUWzKOGz+BQsTZwASGScdcf7mQBG2uMMZ6aKKsnObG6+71cUOW0RMbrynTJGvMS0
No13/yeX0jvNWVP13sGSQetyfDkGJXmMO63Miycpkmmd77GbKZ6hoROHbTji4/YO
i3Cd30JKtxNMPNk1XGhBarhLPGe3UrTQR8orLlHjvtLWJJkbfhGIoX1SOVYD+K4c
puYcDS+PPFrw12I0me2uV7f0XkxVkn+OT9PzXULdYNqEYGUkS8gpm+qd6Lfo/trF
tGYsQUhTYXs78uCLf7Ur4X/EJNqjMCAT5uBCZtOE4kj6DNdbBfS5C0LjPpHBcSdS
eS1wkwRRUQ8Hd8V7XrV4qyaFjKxoMY+Sy3JpY26Dv5bbEgETKdg=
=SlsK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to