Your message dated Sat, 19 Feb 2022 23:49:35 +0000
with message-id <[email protected]>
and subject line Bug#1005691: fixed in myst-parser 0.16.1-2
has caused the Debian Bug report #1005691,
regarding myst-parser: Fauling autopkgtest on i386 and armhf prevents testing 
migration
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.)


-- 
1005691: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005691
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: myst-parser
Version: 0.16.1-1
Severity: normal

Hi,

myst-parser is not migrating to testing because of a failing autopkgtest on 
i386 and armhf, see below.
This is also blocking testing migration of other packages such as primecountpy 
and sagemath.

Best wishes,
Tobias

=================================== FAILURES ===================================
__ test_sphinx_directives[35-highlight (`sphinx.directives.code.Highlight`):] __

line = 35, title = 'highlight (`sphinx.directives.code.Highlight`):'
input = '```{highlight} something\n```\n'
expected = '<document source="notset">\n    <highlightlang force="False" 
lang="something" linenothreshold="9223372036854775807">\n'

    @pytest.mark.parametrize(
        "line,title,input,expected",
        read_fixture_file(FIXTURE_PATH.joinpath("sphinx_directives.md")),
        ids=[
            f"{i[0]}-{i[1]}"
            for i in read_fixture_file(FIXTURE_PATH / "sphinx_directives.md")
        ],
    )
    def test_sphinx_directives(line, title, input, expected):
        # TODO fix skipped directives
        # TODO test domain directives
        if title.startswith("SKIP"):
            pytest.skip(title)
        elif title.startswith("SPHINX3") and sphinx.version_info[0] < 3:
            pytest.skip(title)
        elif title.startswith("SPHINX4") and sphinx.version_info[0] < 4:
            pytest.skip(title)
        document = to_docutils(input, in_sphinx_env=True)
        _actual, _expected = [
            "\n".join([ll.rstrip() for ll in text.splitlines()])
            for text in (document.pformat(), expected)
        ]
        try:
>           assert _actual == _expected
E           assert '<document so..."2147483647">' == '<document 
so...36854775807">'
E             Skipping 84 identical leading characters in diff, use -v to show
E             - hreshold="9223372036854775807">
E             + hreshold="2147483647">

tests/test_renderers/test_fixtures.py:121: AssertionError
----------------------------- Captured stdout call -----------------------------
<document source="notset">
    <highlightlang force="False" lang="something" linenothreshold="2147483647">

=========================== short test summary info ============================
FAILED 
tests/test_renderers/test_fixtures.py::test_sphinx_directives[35-highlight 
(`sphinx.directives.code.Highlight`):]

--- End Message ---
--- Begin Message ---
Source: myst-parser
Source-Version: 0.16.1-2
Done: Stefano Rivera <[email protected]>

We believe that the bug you reported is fixed in the latest version of
myst-parser, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefano Rivera <[email protected]> (supplier of updated myst-parser 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 [email protected])


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

Format: 1.8
Date: Sat, 19 Feb 2022 19:36:03 -0400
Source: myst-parser
Architecture: source
Version: 0.16.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 1005691
Changes:
 myst-parser (0.16.1-2) unstable; urgency=medium
 .
   * Patch: Fix test failure on 32-bit platforms. (Closes: #1005691)
   * Patch: Support pygments 2.11 in tests.
Checksums-Sha1:
 3c60b59bd797414ddcfceb925a051599560156f5 1751 myst-parser_0.16.1-2.dsc
 0b42b4fb8ce429f7b07ca2af32d2f8ba271ff3d6 3972 
myst-parser_0.16.1-2.debian.tar.xz
 2cf3a88b1aa709af2612b9de2701acb858f0eb63 7344 
myst-parser_0.16.1-2_source.buildinfo
Checksums-Sha256:
 63205d104ca76508fec57273083c5bf10466474d4814248d7e56f8f183d35d4b 1751 
myst-parser_0.16.1-2.dsc
 928c05d4aa9fa2f5c7ba3562abb493f22154690ff44e006b31438aa0f73f8511 3972 
myst-parser_0.16.1-2.debian.tar.xz
 306d4a544f2b34e44b78da15c8563eac498f08b9dd7becbe9ba3ee1ae13c7d08 7344 
myst-parser_0.16.1-2_source.buildinfo
Files:
 d99aacb368f1a77c6270f69cb64ed9ad 1751 python optional myst-parser_0.16.1-2.dsc
 3198ea7ec3e995fcc822b14b992775aa 3972 python optional 
myst-parser_0.16.1-2.debian.tar.xz
 88b570cfd6e8cee870fcb5f55d03b551 7344 python optional 
myst-parser_0.16.1-2_source.buildinfo

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

iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCYhF+/BQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2M+FAQCse1k4fN6/awGo7+h0CcMNyX3w0Yyi
1cqUaZmlJIe3TgEA7ZmMbDUj/2mhbEi+O13obaiwmrrkGXwFhHlzxKbDXAI=
=yTWO
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to