#1140871 python-anyio: autopkgtest regression with pytest 9.1

#1140871#5
Date:
2026-06-27 21:23:19 UTC
From:
To:
Dear maintainer,

According to https://ci.debian.net data, your package python-anyio has an
autopkgtest regression with pytest.

The following architectures failed: amd64, arm64, i386, loong64,
ppc64el.

Hopefully relevant excerpt from
https://ci.debian.net/packages/p/python-anyio/testing/amd64/72542059/
follows:

233s ==================================== ERRORS ====================================
233s ___ ERROR at setup of TestFileReadStream.test_read_file_as_path[asyncio-str] ___
233s E   pytest.PytestRemovedIn10Warning: Class-scoped fixture defined as instance method is deprecated.
233s E   Instance attributes set in this fixture will NOT be visible to test methods,
233s E   as each test gets a new instance while the fixture runs only once per class.
233s E   Use @classmethod decorator and set attributes on cls instead.
233s E   See https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
233s __ ERROR at setup of TestFileReadStream.test_read_file_as_path[asyncio-path] ___
233s E   AssertionError
233s _ ERROR at setup of TestFileReadStream.test_read_file_as_path[asyncio+uvloop-str] _
233s E   AssertionError
233s _ ERROR at setup of TestFileReadStream.test_read_file_as_path[asyncio+uvloop-path] _
233s E   AssertionError
233s _ ERROR at setup of TestFileReadStream.test_read_file_as_path[asyncio+eager-str] _
233s E   AssertionError
233s _ ERROR at setup of TestFileReadStream.test_read_file_as_path[asyncio+eager-path] _
233s E   AssertionError
233s ____ ERROR at setup of TestFileReadStream.test_read_file_as_path[trio-str] _____
233s E   AssertionError
233s ____ ERROR at setup of TestFileReadStream.test_read_file_as_path[trio-path] ____
233s E   AssertionError
233s _________ ERROR at setup of TestFileReadStream.test_read_file[asyncio] _________
233s E   AssertionError
233s _____ ERROR at setup of TestFileReadStream.test_read_file[asyncio+uvloop] ______
233s E   AssertionError
233s ______ ERROR at setup of TestFileReadStream.test_read_file[asyncio+eager] ______
233s E   AssertionError
233s __________ ERROR at setup of TestFileReadStream.test_read_file[trio] ___________
233s E   AssertionError
233s _____ ERROR at setup of TestFileReadStream.test_read_after_close[asyncio] ______
233s E   AssertionError
233s __ ERROR at setup of TestFileReadStream.test_read_after_close[asyncio+uvloop] __
233s E   AssertionError
233s __ ERROR at setup of TestFileReadStream.test_read_after_close[asyncio+eager] ___
233s E   AssertionError
233s _______ ERROR at setup of TestFileReadStream.test_read_after_close[trio] _______
233s E   AssertionError
233s ___________ ERROR at setup of TestFileReadStream.test_seek[asyncio] ____________
233s E   AssertionError
233s ________ ERROR at setup of TestFileReadStream.test_seek[asyncio+uvloop] ________
233s E   AssertionError
233s ________ ERROR at setup of TestFileReadStream.test_seek[asyncio+eager] _________
233s E   AssertionError
233s _____________ ERROR at setup of TestFileReadStream.test_seek[trio] _____________
233s E   AssertionError
233s _____ ERROR at setup of TestFileReadStream.test_extra_attributes[asyncio] ______
233s E   AssertionError
233s __ ERROR at setup of TestFileReadStream.test_extra_attributes[asyncio+uvloop] __
233s E   AssertionError
233s __ ERROR at setup of TestFileReadStream.test_extra_attributes[asyncio+eager] ___
233s E   AssertionError
233s _______ ERROR at setup of TestFileReadStream.test_extra_attributes[trio] _______
233s E   AssertionError
233s ___________ ERROR at setup of TestAsyncFile.test_open_close[asyncio] ___________
233s E   pytest.PytestRemovedIn10Warning: Class-scoped fixture defined as instance method is deprecated.
233s E   Instance attributes set in this fixture will NOT be visible to test methods,
233s E   as each test gets a new instance while the fixture runs only once per class.
233s E   Use @classmethod decorator and set attributes on cls instead.
233s E   See https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
233s _______ ERROR at setup of TestAsyncFile.test_open_close[asyncio+uvloop] ________
233s E   AssertionError
233s ________ ERROR at setup of TestAsyncFile.test_open_close[asyncio+eager] ________
233s E   AssertionError
233s ____________ ERROR at setup of TestAsyncFile.test_open_close[trio] _____________
233s E   AssertionError
233s ______________ ERROR at setup of TestAsyncFile.test_read[asyncio] ______________
233s E   AssertionError
233s __________ ERROR at setup of TestAsyncFile.test_read[asyncio+uvloop] ___________
233s E   AssertionError
233s ___________ ERROR at setup of TestAsyncFile.test_read[asyncio+eager] ___________
233s E   AssertionError
233s _______________ ERROR at setup of TestAsyncFile.test_read[trio] ________________
233s E   AssertionError
233s ____________ ERROR at setup of TestAsyncFile.test_readinto[asyncio] ____________
233s E   AssertionError
233s ________ ERROR at setup of TestAsyncFile.test_readinto[asyncio+uvloop] _________
233s E   AssertionError
233s _________ ERROR at setup of TestAsyncFile.test_readinto[asyncio+eager] _________
233s E   AssertionError
233s _____________ ERROR at setup of TestAsyncFile.test_readinto[trio] ______________
233s E   AssertionError
233s ___________ ERROR at setup of TestAsyncFile.test_readinto1[asyncio] ____________
233s E   AssertionError
233s ________ ERROR at setup of TestAsyncFile.test_readinto1[asyncio+uvloop] ________
233s E   AssertionError
233s ________ ERROR at setup of TestAsyncFile.test_readinto1[asyncio+eager] _________
233s E   AssertionError
233s _____________ ERROR at setup of TestAsyncFile.test_readinto1[trio] _____________
233s E   AssertionError
233s _____________ ERROR at setup of TestAsyncFile.test_write[asyncio] ______________
233s E   AssertionError
233s __________ ERROR at setup of TestAsyncFile.test_write[asyncio+uvloop] __________
233s E   AssertionError
233s __________ ERROR at setup of TestAsyncFile.test_write[asyncio+eager] ___________
233s E   AssertionError
233s _______________ ERROR at setup of TestAsyncFile.test_write[trio] _______________
233s E   AssertionError
233s _______ ERROR at setup of TestFreePortFactory.test_tcp_factory[asyncio] ________
233s E   pytest.PytestRemovedIn10Warning: Class-scoped fixture defined as instance method is deprecated.
233s E   Instance attributes set in this fixture will NOT be visible to test methods,
233s E   as each test gets a new instance while the fixture runs only once per class.
233s E   Use @classmethod decorator and set attributes on cls instead.
233s E   See https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
233s ____ ERROR at setup of TestFreePortFactory.test_tcp_factory[asyncio+uvloop] ____
233s E   AssertionError
233s ____ ERROR at setup of TestFreePortFactory.test_tcp_factory[asyncio+eager] _____
233s E   AssertionError
233s _________ ERROR at setup of TestFreePortFactory.test_tcp_factory[trio] _________
233s E   AssertionError
233s _______ ERROR at setup of TestFreePortFactory.test_udp_factory[asyncio] ________
233s E   AssertionError
233s ____ ERROR at setup of TestFreePortFactory.test_udp_factory[asyncio+uvloop] ____
233s E   AssertionError
233s ____ ERROR at setup of TestFreePortFactory.test_udp_factory[asyncio+eager] _____
233s E   AssertionError
233s _________ ERROR at setup of TestFreePortFactory.test_udp_factory[trio] _________
233s E   AssertionError
233s ______ ERROR at setup of TestFreePortFactory.test_free_tcp_port[asyncio] _______
233s E   AssertionError
233s ___ ERROR at setup of TestFreePortFactory.test_free_tcp_port[asyncio+uvloop] ___
233s E   AssertionError
233s ___ ERROR at setup of TestFreePortFactory.test_free_tcp_port[asyncio+eager] ____
233s E   AssertionError
233s ________ ERROR at setup of TestFreePortFactory.test_free_tcp_port[trio] ________
233s E   AssertionError
233s ______ ERROR at setup of TestFreePortFactory.test_free_udp_port[asyncio] _______
233s E   AssertionError
233s ___ ERROR at setup of TestFreePortFactory.test_free_udp_port[asyncio+uvloop] ___
233s E   AssertionError
233s ___ ERROR at setup of TestFreePortFactory.test_free_udp_port[asyncio+eager] ____
233s E   AssertionError
233s ________ ERROR at setup of TestFreePortFactory.test_free_udp_port[trio] ________
233s E   AssertionError
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio-str]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio-path]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio+uvloop-str]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio+uvloop-path]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio+eager-str]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio+eager-path]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[trio-str]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[trio-path]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file[asyncio]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file[asyncio+uvloop]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file[asyncio+eager]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file[trio] - ...
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_after_close[asyncio]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_after_close[asyncio+uvloop]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_after_close[asyncio+eager]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_after_close[trio]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_seek[asyncio] - As...
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_seek[asyncio+uvloop]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_seek[asyncio+eager]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_seek[trio] - Asser...
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_extra_attributes[asyncio]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_extra_attributes[asyncio+uvloop]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_extra_attributes[asyncio+eager]
233s ERROR tests/streams/test_file.py::TestFileReadStream::test_extra_attributes[trio]
233s ERROR tests/test_fileio.py::TestAsyncFile::test_open_close[asyncio] - pytest....
233s ERROR tests/test_fileio.py::TestAsyncFile::test_open_close[asyncio+uvloop] - ...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_open_close[asyncio+eager] - A...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_open_close[trio] - AssertionE...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_read[asyncio] - AssertionError
233s ERROR tests/test_fileio.py::TestAsyncFile::test_read[asyncio+uvloop] - Assert...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_read[asyncio+eager] - Asserti...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_read[trio] - AssertionError
233s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto[asyncio] - Assertion...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto[asyncio+uvloop] - As...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto[asyncio+eager] - Ass...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto[trio] - AssertionError
233s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto1[asyncio] - Assertio...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto1[asyncio+uvloop] - A...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto1[asyncio+eager] - As...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto1[trio] - AssertionError
233s ERROR tests/test_fileio.py::TestAsyncFile::test_write[asyncio] - AssertionError
233s ERROR tests/test_fileio.py::TestAsyncFile::test_write[asyncio+uvloop] - Asser...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_write[asyncio+eager] - Assert...
233s ERROR tests/test_fileio.py::TestAsyncFile::test_write[trio] - AssertionError
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_tcp_factory[asyncio]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_tcp_factory[asyncio+uvloop]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_tcp_factory[asyncio+eager]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_tcp_factory[trio]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_udp_factory[asyncio]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_udp_factory[asyncio+uvloop]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_udp_factory[asyncio+eager]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_udp_factory[trio]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_tcp_port[asyncio]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_tcp_port[asyncio+uvloop]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_tcp_port[asyncio+eager]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_tcp_port[trio]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_udp_port[asyncio]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_udp_port[asyncio+uvloop]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_udp_port[asyncio+eager]
233s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_udp_port[trio]
235s E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd /tmp/autopkgtest-lxc.hw6a_iea/downtmp/autopkgtest_tmp/build; python3.14 -m pytest tests
403s ==================================== ERRORS ====================================
403s ___ ERROR at setup of TestFileReadStream.test_read_file_as_path[asyncio-str] ___
403s E   pytest.PytestRemovedIn10Warning: Class-scoped fixture defined as instance method is deprecated.
403s E   Instance attributes set in this fixture will NOT be visible to test methods,
403s E   as each test gets a new instance while the fixture runs only once per class.
403s E   Use @classmethod decorator and set attributes on cls instead.
403s E   See https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
403s __ ERROR at setup of TestFileReadStream.test_read_file_as_path[asyncio-path] ___
403s E   AssertionError
403s _ ERROR at setup of TestFileReadStream.test_read_file_as_path[asyncio+uvloop-str] _
403s E   AssertionError
403s _ ERROR at setup of TestFileReadStream.test_read_file_as_path[asyncio+uvloop-path] _
403s E   AssertionError
403s _ ERROR at setup of TestFileReadStream.test_read_file_as_path[asyncio+eager-str] _
403s E   AssertionError
403s _ ERROR at setup of TestFileReadStream.test_read_file_as_path[asyncio+eager-path] _
403s E   AssertionError
403s ____ ERROR at setup of TestFileReadStream.test_read_file_as_path[trio-str] _____
403s E   AssertionError
403s ____ ERROR at setup of TestFileReadStream.test_read_file_as_path[trio-path] ____
403s E   AssertionError
403s _________ ERROR at setup of TestFileReadStream.test_read_file[asyncio] _________
403s E   AssertionError
403s _____ ERROR at setup of TestFileReadStream.test_read_file[asyncio+uvloop] ______
403s E   AssertionError
403s ______ ERROR at setup of TestFileReadStream.test_read_file[asyncio+eager] ______
403s E   AssertionError
403s __________ ERROR at setup of TestFileReadStream.test_read_file[trio] ___________
403s E   AssertionError
403s _____ ERROR at setup of TestFileReadStream.test_read_after_close[asyncio] ______
403s E   AssertionError
403s __ ERROR at setup of TestFileReadStream.test_read_after_close[asyncio+uvloop] __
403s E   AssertionError
403s __ ERROR at setup of TestFileReadStream.test_read_after_close[asyncio+eager] ___
403s E   AssertionError
403s _______ ERROR at setup of TestFileReadStream.test_read_after_close[trio] _______
403s E   AssertionError
403s ___________ ERROR at setup of TestFileReadStream.test_seek[asyncio] ____________
403s E   AssertionError
403s ________ ERROR at setup of TestFileReadStream.test_seek[asyncio+uvloop] ________
403s E   AssertionError
403s ________ ERROR at setup of TestFileReadStream.test_seek[asyncio+eager] _________
403s E   AssertionError
403s _____________ ERROR at setup of TestFileReadStream.test_seek[trio] _____________
403s E   AssertionError
403s _____ ERROR at setup of TestFileReadStream.test_extra_attributes[asyncio] ______
403s E   AssertionError
403s __ ERROR at setup of TestFileReadStream.test_extra_attributes[asyncio+uvloop] __
403s E   AssertionError
403s __ ERROR at setup of TestFileReadStream.test_extra_attributes[asyncio+eager] ___
403s E   AssertionError
403s _______ ERROR at setup of TestFileReadStream.test_extra_attributes[trio] _______
403s E   AssertionError
403s ___________ ERROR at setup of TestAsyncFile.test_open_close[asyncio] ___________
403s E   pytest.PytestRemovedIn10Warning: Class-scoped fixture defined as instance method is deprecated.
403s E   Instance attributes set in this fixture will NOT be visible to test methods,
403s E   as each test gets a new instance while the fixture runs only once per class.
403s E   Use @classmethod decorator and set attributes on cls instead.
403s E   See https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
403s _______ ERROR at setup of TestAsyncFile.test_open_close[asyncio+uvloop] ________
403s E   AssertionError
403s ________ ERROR at setup of TestAsyncFile.test_open_close[asyncio+eager] ________
403s E   AssertionError
403s ____________ ERROR at setup of TestAsyncFile.test_open_close[trio] _____________
403s E   AssertionError
403s ______________ ERROR at setup of TestAsyncFile.test_read[asyncio] ______________
403s E   AssertionError
403s __________ ERROR at setup of TestAsyncFile.test_read[asyncio+uvloop] ___________
403s E   AssertionError
403s ___________ ERROR at setup of TestAsyncFile.test_read[asyncio+eager] ___________
403s E   AssertionError
403s _______________ ERROR at setup of TestAsyncFile.test_read[trio] ________________
403s E   AssertionError
403s ____________ ERROR at setup of TestAsyncFile.test_readinto[asyncio] ____________
403s E   AssertionError
403s ________ ERROR at setup of TestAsyncFile.test_readinto[asyncio+uvloop] _________
403s E   AssertionError
403s _________ ERROR at setup of TestAsyncFile.test_readinto[asyncio+eager] _________
403s E   AssertionError
403s _____________ ERROR at setup of TestAsyncFile.test_readinto[trio] ______________
403s E   AssertionError
403s ___________ ERROR at setup of TestAsyncFile.test_readinto1[asyncio] ____________
403s E   AssertionError
403s ________ ERROR at setup of TestAsyncFile.test_readinto1[asyncio+uvloop] ________
403s E   AssertionError
403s ________ ERROR at setup of TestAsyncFile.test_readinto1[asyncio+eager] _________
403s E   AssertionError
403s _____________ ERROR at setup of TestAsyncFile.test_readinto1[trio] _____________
403s E   AssertionError
403s _____________ ERROR at setup of TestAsyncFile.test_write[asyncio] ______________
403s E   AssertionError
403s __________ ERROR at setup of TestAsyncFile.test_write[asyncio+uvloop] __________
403s E   AssertionError
403s __________ ERROR at setup of TestAsyncFile.test_write[asyncio+eager] ___________
403s E   AssertionError
403s _______________ ERROR at setup of TestAsyncFile.test_write[trio] _______________
403s E   AssertionError
403s _______ ERROR at setup of TestFreePortFactory.test_tcp_factory[asyncio] ________
403s E   pytest.PytestRemovedIn10Warning: Class-scoped fixture defined as instance method is deprecated.
403s E   Instance attributes set in this fixture will NOT be visible to test methods,
403s E   as each test gets a new instance while the fixture runs only once per class.
403s E   Use @classmethod decorator and set attributes on cls instead.
403s E   See https://docs.pytest.org/en/stable/deprecations.html#class-scoped-fixture-as-instance-method
403s ____ ERROR at setup of TestFreePortFactory.test_tcp_factory[asyncio+uvloop] ____
403s E   AssertionError
403s ____ ERROR at setup of TestFreePortFactory.test_tcp_factory[asyncio+eager] _____
403s E   AssertionError
403s _________ ERROR at setup of TestFreePortFactory.test_tcp_factory[trio] _________
403s E   AssertionError
403s _______ ERROR at setup of TestFreePortFactory.test_udp_factory[asyncio] ________
403s E   AssertionError
403s ____ ERROR at setup of TestFreePortFactory.test_udp_factory[asyncio+uvloop] ____
403s E   AssertionError
403s ____ ERROR at setup of TestFreePortFactory.test_udp_factory[asyncio+eager] _____
403s E   AssertionError
403s _________ ERROR at setup of TestFreePortFactory.test_udp_factory[trio] _________
403s E   AssertionError
403s ______ ERROR at setup of TestFreePortFactory.test_free_tcp_port[asyncio] _______
403s E   AssertionError
403s ___ ERROR at setup of TestFreePortFactory.test_free_tcp_port[asyncio+uvloop] ___
403s E   AssertionError
403s ___ ERROR at setup of TestFreePortFactory.test_free_tcp_port[asyncio+eager] ____
403s E   AssertionError
403s ________ ERROR at setup of TestFreePortFactory.test_free_tcp_port[trio] ________
403s E   AssertionError
403s ______ ERROR at setup of TestFreePortFactory.test_free_udp_port[asyncio] _______
403s E   AssertionError
403s ___ ERROR at setup of TestFreePortFactory.test_free_udp_port[asyncio+uvloop] ___
403s E   AssertionError
403s ___ ERROR at setup of TestFreePortFactory.test_free_udp_port[asyncio+eager] ____
403s E   AssertionError
403s ________ ERROR at setup of TestFreePortFactory.test_free_udp_port[trio] ________
403s E   AssertionError
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio-str]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio-path]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio+uvloop-str]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio+uvloop-path]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio+eager-str]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[asyncio+eager-path]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[trio-str]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file_as_path[trio-path]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file[asyncio]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file[asyncio+uvloop]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file[asyncio+eager]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_file[trio] - ...
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_after_close[asyncio]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_after_close[asyncio+uvloop]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_after_close[asyncio+eager]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_read_after_close[trio]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_seek[asyncio] - As...
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_seek[asyncio+uvloop]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_seek[asyncio+eager]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_seek[trio] - Asser...
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_extra_attributes[asyncio]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_extra_attributes[asyncio+uvloop]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_extra_attributes[asyncio+eager]
403s ERROR tests/streams/test_file.py::TestFileReadStream::test_extra_attributes[trio]
403s ERROR tests/test_fileio.py::TestAsyncFile::test_open_close[asyncio] - pytest....
403s ERROR tests/test_fileio.py::TestAsyncFile::test_open_close[asyncio+uvloop] - ...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_open_close[asyncio+eager] - A...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_open_close[trio] - AssertionE...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_read[asyncio] - AssertionError
403s ERROR tests/test_fileio.py::TestAsyncFile::test_read[asyncio+uvloop] - Assert...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_read[asyncio+eager] - Asserti...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_read[trio] - AssertionError
403s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto[asyncio] - Assertion...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto[asyncio+uvloop] - As...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto[asyncio+eager] - Ass...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto[trio] - AssertionError
403s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto1[asyncio] - Assertio...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto1[asyncio+uvloop] - A...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto1[asyncio+eager] - As...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_readinto1[trio] - AssertionError
403s ERROR tests/test_fileio.py::TestAsyncFile::test_write[asyncio] - AssertionError
403s ERROR tests/test_fileio.py::TestAsyncFile::test_write[asyncio+uvloop] - Asser...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_write[asyncio+eager] - Assert...
403s ERROR tests/test_fileio.py::TestAsyncFile::test_write[trio] - AssertionError
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_tcp_factory[asyncio]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_tcp_factory[asyncio+uvloop]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_tcp_factory[asyncio+eager]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_tcp_factory[trio]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_udp_factory[asyncio]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_udp_factory[asyncio+uvloop]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_udp_factory[asyncio+eager]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_udp_factory[trio]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_tcp_port[asyncio]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_tcp_port[asyncio+uvloop]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_tcp_port[asyncio+eager]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_tcp_port[trio]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_udp_port[asyncio]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_udp_port[asyncio+uvloop]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_udp_port[asyncio+eager]
403s ERROR tests/test_pytest_plugin.py::TestFreePortFactory::test_free_udp_port[trio]
404s E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=1: cd /tmp/autopkgtest-lxc.hw6a_iea/downtmp/autopkgtest_tmp/build; python3.13 -m pytest tests
404s pybuild-autopkgtest: error: pybuild --autopkgtest --test-pytest -i python{version} -p "3.14 3.13" --parallel= returned exit code 13
404s pybuild-autopkgtest: error: /tmp/0lU7EwhHaB/run pybuild-autopkgtest returned exit code 2
405s pybuild-autopkgtest  FAIL non-zero exit status 25
405s pybuild-autopkgtest  FAIL non-zero exit status 25

#1140871#12
Date:
2026-06-28 19:40:34 UTC
From:
To:
Source: python-anyio
Source-Version: 4.12.1-3

Already fixed in unstable:

python-anyio (4.12.1-3) unstable; urgency=medium

   * Team upload.
   * Salsa CI: test "nocheck" profile
   * Update standards version to 4.7.4, no changes needed.
   * Set upstream metadata fields: Documentation.
   * Mark most build-dependencies as <!nocheck>

   [ Edward Betts ]
   * Fix class-scoped pytest fixtures