Your message dated Fri, 24 Dec 2021 12:33:40 +0000
with message-id <e1n0jlu-000a1t...@fasolo.debian.org>
and subject line Bug#1001424: fixed in python-nest-asyncio 1.5.4-1
has caused the Debian Bug report #1001424,
regarding python-nest-asyncio: (autopkgtest) needs update for python3.10: 
TypeError: gather() got an unexpected keyword argument 'loop'
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.)


-- 
1001424: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001424
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-nest-asyncio
Version: 1.5.1-1
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
User: debian-pyt...@lists.debian.org
Usertags: python3.10
Control: affects -1 src:python3-defaults

Dear maintainer(s),

We are in the transition of adding python3.10 to the supported Python versions [0]. With a recent upload of python3-defaults the autopkgtest of python-nest-asyncio fails in testing when that autopkgtest is run with the binary packages of python3-defaults from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
python3-defaults       from testing    3.9.8-1
python-nest-asyncio    from testing    1.5.1-1
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of python3-defaults to testing [1]. https://docs.python.org/3/whatsnew/3.10.html lists what's new in Python3.10, it may help to identify what needs to be updated.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[0] https://bugs.debian.org/996584
[1] https://qa.debian.org/excuses.php?package=python3-defaults

https://ci.debian.net/data/autopkgtest/testing/amd64/p/python-nest-asyncio/17420661/log.gz

'tests' -> '/tmp/autopkgtest-lxc.n7a2xc97/downtmp/autopkgtest_tmp/tests'
'tests/__init__.py' -> '/tmp/autopkgtest-lxc.n7a2xc97/downtmp/autopkgtest_tmp/tests/__init__.py' 'tests/nest_test.py' -> '/tmp/autopkgtest-lxc.n7a2xc97/downtmp/autopkgtest_tmp/tests/nest_test.py'
Running testsuite with python3.10:
============================= test session starts ==============================
platform linux -- Python 3.10.1, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
rootdir: /tmp/autopkgtest-lxc.n7a2xc97/downtmp/autopkgtest_tmp
collected 6 items

tests/nest_test.py .....F [100%]

=================================== FAILURES =================================== ___________ NestTest.test_two_run_until_completes_in_one_outer_loop ____________

self = <tests.nest_test.NestTest testMethod=test_two_run_until_completes_in_one_outer_loop>

    def test_two_run_until_completes_in_one_outer_loop(self):
            async def f1():
            self.loop.run_until_complete(asyncio.sleep(0.02))
            return 4
            async def f2():
            self.loop.run_until_complete(asyncio.sleep(0.01))
            return 2
            result = self.loop.run_until_complete(
          asyncio.gather(f1(), f2(), loop=self.loop))
E       TypeError: gather() got an unexpected keyword argument 'loop'

tests/nest_test.py:87: TypeError
=============================== warnings summary ===============================
tests/nest_test.py::NestTest::test_two_run_until_completes_in_one_outer_loop

/tmp/autopkgtest-lxc.n7a2xc97/downtmp/autopkgtest_tmp/tests/nest_test.py:87: RuntimeWarning: coroutine 'NestTest.test_two_run_until_completes_in_one_outer_loop.<locals>.f2' was never awaited
    asyncio.gather(f1(), f2(), loop=self.loop))

tests/nest_test.py::NestTest::test_two_run_until_completes_in_one_outer_loop

/tmp/autopkgtest-lxc.n7a2xc97/downtmp/autopkgtest_tmp/tests/nest_test.py:87: RuntimeWarning: coroutine 'NestTest.test_two_run_until_completes_in_one_outer_loop.<locals>.f1' was never awaited
    asyncio.gather(f1(), f2(), loop=self.loop))

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================ FAILED tests/nest_test.py::NestTest::test_two_run_until_completes_in_one_outer_loop =================== 1 failed, 5 passed, 2 warnings in 0.15s ====================
autopkgtest [13:31:45]: test upstream-tests

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: python-nest-asyncio
Source-Version: 1.5.4-1
Done: Diego M. Rodriguez <di...@moreda.io>

We believe that the bug you reported is fixed in the latest version of
python-nest-asyncio, 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.
Diego M. Rodriguez <di...@moreda.io> (supplier of updated python-nest-asyncio 
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, 24 Dec 2021 10:14:58 +0000
Source: python-nest-asyncio
Architecture: source
Version: 1.5.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Diego M. Rodriguez <di...@moreda.io>
Closes: 1001424 1002318
Changes:
 python-nest-asyncio (1.5.4-1) unstable; urgency=medium
 .
   [ Diego M. Rodriguez ]
   * New upstream version 1.5.4 (Closes: #1001424, #1002318)
 .
   [ Jeroen Ploemen ]
   * Copyright: update upstream years.
Checksums-Sha1:
 61c7f4c797cac65beb1bd3dcaf59c6ed22b38281 2194 python-nest-asyncio_1.5.4-1.dsc
 a139466f747bcd3324b8e080e00fc443603e8fa6 5893 
python-nest-asyncio_1.5.4.orig.tar.gz
 a4d2acde775a27f32f979bdb72acc827619142b0 2576 
python-nest-asyncio_1.5.4-1.debian.tar.xz
 0adf2dd07ab0353afe556021395cb57e5cbf3981 8023 
python-nest-asyncio_1.5.4-1_source.buildinfo
Checksums-Sha256:
 8a7144d5194a47a83fd8950cb2ddee2e96a17d0c25df9a86f4710e87c7e1c2f2 2194 
python-nest-asyncio_1.5.4-1.dsc
 f969f6013a16fadb4adcf09d11a68a4f617c6049d7af7ac2c676110169a63abd 5893 
python-nest-asyncio_1.5.4.orig.tar.gz
 53201e15aedf0297c1aa1d9a4847bc664babe303a88cc93442af4fc1ca631466 2576 
python-nest-asyncio_1.5.4-1.debian.tar.xz
 3f7913ae903f4cae9ba51ca2a7ad5a02ade03f1cc07ea399141b982b9d1bec90 8023 
python-nest-asyncio_1.5.4-1_source.buildinfo
Files:
 6383f7edb95c2ce3ff7bd9bf9fc668dd 2194 python optional 
python-nest-asyncio_1.5.4-1.dsc
 a97d6622335d35563baeabb87afb758f 5893 python optional 
python-nest-asyncio_1.5.4.orig.tar.gz
 dbca7ed49f3635ea4e0fda1b3a4cffd6 2576 python optional 
python-nest-asyncio_1.5.4-1.debian.tar.xz
 ec248666ea6488102ea2f5744f81a54d 8023 python optional 
python-nest-asyncio_1.5.4-1_source.buildinfo

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

iQIzBAEBCgAdFiEEd8lhnEnWos3N8v+qQoMEoXSNzHoFAmHFne0ACgkQQoMEoXSN
zHovuxAAxCie7f8vEnRZ9eKLbT6kCxA69wS1+Ay0NpbamWBuT4yb48hINBeGE4sK
Vw+fOS+FZ9Ph+xZSXxmg6PX34dCMQiW3Rnq8L9PIdwixtZU09oemvd7R+QKUJz8m
IV5jPYO/ltllKzUdL8/fsgRMhdl+iB2nRq30AEpqewczlbuAwbWrRal+m3hzhT35
GZd5CdXz0cwM06zkmD7ABVpQ23NJgtywUzm9X8wHVYSxEHvhCHkGuMSOKJ8gbMUR
u0+6ppJEFV7XZIT0x8kJUZ09H3iFAV1JjgQE/tk4k04m1+bNsOa4tYzRroxROlng
AohNqa7z1Q0DQe8gy+Ipd1NaEesdlbNj/5mXM5fUteL13faCd6rYPHGDdCOe0GYC
FVExghdK0R7IursjdhxAvL67PrRoK9HzmlBcACaCIXsovE3BxK31K6GDysqU7sJT
faqSoAXcsxUUlSmNjsvjTYHuVcr1jH6ugxu3bBSzIOncaSfdsQHCy4NxDk/mhaDB
Y+2aoZxluDpEhcu4N4IOXTsUTsUq69A2eS+AW5wMqekhCcWFDsGmJQpFsIsPDr9c
0j529Hf3P/JTCeLP/5LW5kPp/6wZ+l0RfaxK7qbuPFy0JgxOtKDuUHXb75lfHMwd
PhhJg1q8IGUO4kj3YzGsFmAiGIEfLnwbNDAVpm0iEVAYpNim3nc=
=RFAi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to