Your message dated Fri, 9 Dec 2022 15:33:43 +0300
with message-id <[email protected]>
and subject line Re: Bug#1025185: sphinx: (autopkgtest) needs update for
python3.11: AssertionError
has caused the Debian Bug report #1025185,
regarding sphinx: (autopkgtest) needs update for python3.11: AssertionError
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.)
--
1025185: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025185
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sphinx
Version: 4.5.0-4
Severity: serious
Tags: sid bookworm
User: [email protected]
Usertags: needs-update
User: [email protected]
Usertags: python3.11
Control: affects -1 src:python3-defaults
Dear maintainer(s),
We are in the transition of adding python3.11 as a supported Python
version [0]. With a recent upload of python3-defaults the autopkgtest of
sphinx 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.10.6-3
sphinx from testing 4.5.0-4
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.11.html lists
what's new in Python3.11, 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/1021984
[1] https://qa.debian.org/excuses.php?package=python3-defaults
https://ci.debian.net/data/autopkgtest/testing/amd64/s/sphinx/28796439/log.gz
=================================== FAILURES
===================================
_________________________________ test_restify
_________________________________
def test_restify():
assert restify(int) == ":py:class:`int`"
assert restify(int, "smart") == ":py:class:`int`"
assert restify(str) == ":py:class:`str`"
assert restify(str, "smart") == ":py:class:`str`"
assert restify(None) == ":py:obj:`None`"
assert restify(None, "smart") == ":py:obj:`None`"
assert restify(Integral) == ":py:class:`numbers.Integral`"
assert restify(Integral, "smart") ==
":py:class:`~numbers.Integral`"
assert restify(Struct) == ":py:class:`struct.Struct`"
assert restify(Struct, "smart") == ":py:class:`~struct.Struct`"
assert restify(TracebackType) ==
":py:class:`types.TracebackType`"
assert restify(TracebackType, "smart") ==
":py:class:`~types.TracebackType`"
> assert restify(Any) == ":py:obj:`~typing.Any`"
E AssertionError: assert ':py:class:`~typing.Any`' ==
':py:obj:`~typing.Any`'
E - :py:obj:`~typing.Any`
E ? ^^^
E + :py:class:`~typing.Any`
E ? ^^^^^
tests/test_util_typing.py:55: AssertionError
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Version: 5.0.2-1
On Wed, Nov 30, 2022 at 09:05:33PM +0100, Paul Gevers wrote:
> Dear maintainer(s),
>
> We are in the transition of adding python3.11 as a supported Python version
> [0]. With a recent upload of python3-defaults the autopkgtest of sphinx
> 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.10.6-3
> sphinx from testing 4.5.0-4
> all others from testing from testing
>
> I copied some of the output at the bottom of this report.
>
> [...]
>
> assert restify(TracebackType, "smart") ==
> ":py:class:`~types.TracebackType`"
> > assert restify(Any) == ":py:obj:`~typing.Any`"
> E AssertionError: assert ':py:class:`~typing.Any`' ==
> ':py:obj:`~typing.Any`'
> E - :py:obj:`~typing.Any`
> E ? ^^^
> E + :py:class:`~typing.Any`
> E ? ^^^^^
This was fixed in upstream commit a314927e7451c255f7d4678feef32048dab5f9b2,
which is part of v5.0.0b1 and newer releases.
Debian unstable now has v5.3.0. So closing this bug.
--
Dmitry Shachnev
signature.asc
Description: PGP signature
--- End Message ---