Your message dated Sat, 23 Mar 2024 15:29:20 +0000
with message-id <e1ro3ja-0042r3...@fasolo.debian.org>
and subject line Bug#1067361: fixed in pymdown-extensions 9.5-5
has caused the Debian Bug report #1067361,
regarding pymdown-extensions: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.12 3.11" returned exit code 13
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.)


-- 
1067361: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067361
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pymdown-extensions
Version: 9.5-4
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240319 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
>  debian/rules binary
> dh binary --with python3 --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
> module
> I: pybuild base:305: python3.12 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx  
> * Building wheel...
> Successfully built pymdown_extensions-9.5-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
> "installer" module
> I: pybuild plugin_pyproject:129: Building wheel for python3.11 with "build" 
> module
> I: pybuild base:305: python3.11 -m build --skip-dependency-check 
> --no-isolation --wheel --outdir 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pymdownx  
> * Building wheel...
> Successfully built pymdown_extensions-9.5-py3-none-any.whl
> I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.11 with 
> "installer" module
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:305: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build; python3.12 -m pytest 
> tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: tox.ini
> collected 350 items
> 
> tests/test_extensions/test_arithmatex.py ..........                      [  
> 2%]
> tests/test_extensions/test_b64.py .....                                  [  
> 4%]
> tests/test_extensions/test_betterem.py ......                            [  
> 6%]
> tests/test_extensions/test_details.py ...............                    [ 
> 10%]
> tests/test_extensions/test_emoji.py ...                                  [ 
> 11%]
> tests/test_extensions/test_escapeall.py ...                              [ 
> 12%]
> tests/test_extensions/test_highlight.py .........................        [ 
> 19%]
> tests/test_extensions/test_inlinehilite.py ...................           [ 
> 24%]
> tests/test_extensions/test_legacy_slugs.py ......                        [ 
> 26%]
> tests/test_extensions/test_magiclink.py ............                     [ 
> 29%]
> tests/test_extensions/test_pathconverter.py ............................ [ 
> 37%]
> .................                                                        [ 
> 42%]
> tests/test_extensions/test_saneheaders.py ..........                     [ 
> 45%]
> tests/test_extensions/test_slugs.py ........                             [ 
> 47%]
> tests/test_extensions/test_snippets.py ....................              [ 
> 53%]
> tests/test_extensions/test_striphmtl.py .                                [ 
> 53%]
> tests/test_extensions/test_superfences.py .............................. [ 
> 62%]
> ........................                                                 [ 
> 69%]
> tests/test_extensions/test_tabbed.py .............                       [ 
> 72%]
> tests/test_extensions/test_tabbed_alternate.py .............             [ 
> 76%]
> tests/test_syntax.py ...................................F............... [ 
> 91%]
> ..............                                                           [ 
> 95%]
> tests/test_targeted.py .............                                     [ 
> 98%]
> tests/test_versions.py ....                                              
> [100%]
> 
> =================================== FAILURES 
> ===================================
> __________________________ test_extensions[compare35] 
> __________________________
> 
> compare = (OrderedDict({'extensions': 
> OrderedDict({'markdown.extensions.smarty': None, 'pymdownx.smartsymbols': 
> None}), 'css': 
> [...own-extensions-9.5/.pybuild/cpython3_3.12_pymdownx/build/tests/extensions/smartsymbols/smartsymbols
>  (with smarty).txt')
> 
>     def test_extensions(compare):
>         """Test extensions."""
>     
> >       compare_results(*compare)
> 
> tests/test_syntax.py:150: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> tests/test_syntax.py:51: in compare_results
>     check_markdown(testfile, extension, extension_config, wrapper, update)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> testfile = 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/tests/extensions/smartsymbols/smartsymbols
>  (with smarty).txt'
> extension = ['markdown.extensions.smarty', 'pymdownx.smartsymbols']
> extension_config = {}, wrapper = '%s', update = False
> 
>     def check_markdown(testfile, extension, extension_config, wrapper, 
> update=False):
>         """Check the markdown."""
>     
>         expected_html = os.path.splitext(testfile)[0] + '.html'
>         with codecs.open(testfile, 'r', encoding='utf-8') as f:
>             source = f.read()
>     
>         results = wrapper % markdown.Markdown(
>             extensions=extension, extension_configs=extension_config
>         ).convert(source)
>     
>         try:
>             with codecs.open(expected_html, 'r', encoding='utf-8') as f:
>                 expected = f.read().replace("\r\n", "\n")
>         except Exception:
>             expected = ''
>     
>         diff = [
>             l for l in difflib.unified_diff(
>                 expected.splitlines(True),
>                 results.splitlines(True),
>                 expected_html,
>                 os.path.join(os.path.dirname(testfile), 'results.html'),
>                 n=3
>             )
>         ]
>         if diff:
>             if update:
>                 print('Updated: %s' % expected_html)
>                 with codecs.open(expected_html, 'w', encoding='utf-8') as f:
>                     f.write(results)
>             else:
> >               raise Exception(
>                     'Output from "%s" failed to match expected '
>                     'output.\n\n%s' % (testfile, ''.join(diff))
> E                   Exception: Output from 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/tests/extensions/smartsymbols/smartsymbols
>  (with smarty).txt" failed to match expected output.
> E                   
> E                   --- 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/tests/extensions/smartsymbols/smartsymbols
>  (with smarty).html
> E                   +++ 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/tests/extensions/smartsymbols/results.html
> E                   @@ -1,3 +1,3 @@
> E                   -<p>right arrow &rarr;
> E                   -left arrow &larr;
> E                   -double arrow &harr;</p>+<p>right arrow &ndash;&gt;
> E                   +left arrow &lt;&ndash;
> E                   +double arrow &lt;&ndash;&gt;</p>
> 
> tests/test_syntax.py:86: Exception
> =============================== warnings summary 
> ===============================
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_details.py: 
> 38 warnings
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed.py: 1 
> warning
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed_alternate.py:
>  1 warning
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/details.py:88:
>  DeprecationWarning: Testing an element's truth value will raise an exception 
> in future versions.  Use specific 'len(elem)' or 'elem is not None' test 
> instead.
>     while last_child:
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_details.py: 
> 19 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/details.py:90:
>  DeprecationWarning: Testing an element's truth value will raise an exception 
> in future versions.  Use specific 'len(elem)' or 'elem is not None' test 
> instead.
>     sibling and block.startswith(' ' * self.tab_length * 2) and
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_details.py: 
> 14 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/details.py:91:
>  DeprecationWarning: Testing an element's truth value will raise an exception 
> in future versions.  Use specific 'len(elem)' or 'elem is not None' test 
> instead.
>     last_child and last_child.tag in ('ul', 'ol', 'dl')
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_details.py: 
> 11 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/details.py:97:
>  DeprecationWarning: Testing an element's truth value will raise an exception 
> in future versions.  Use specific 'len(elem)' or 'elem is not None' test 
> instead.
>     last_child = self.lastChild(sibling) if sibling else None
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_emoji.py::TestEmojiOldIndex::test_old_index
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_emoji.py::TestEmojiOldIndex::test_warning
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/emoji.py:250: 
> DeprecationWarning: Using emoji indexes with no arguments is now deprecated.
>   Emoji indexes now take 2 arguments: 'options' and 'md'.
>   Please update your custom index accordingly.
>   
>     util.warn_deprecated(MSG_INDEX_WARN)
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_legacy_slugs.py::TestUslugify::test_slug
>   /usr/lib/python3/dist-packages/markdown/extensions/toc.py:381: 
> DeprecationWarning: 'uslugify' is deprecated. 'uslugify' is deprecated in 
> favor of the configurable 'slugify' function. See documentation for more info.
>     el.attrib["id"] = unique(self.slugify(html.unescape(name), self.sep), 
> used_ids)
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_legacy_slugs.py::TestUslugifyEncoded::test_slug
>   /usr/lib/python3/dist-packages/markdown/extensions/toc.py:381: 
> DeprecationWarning: 'uslugify_encoded' is deprecated. 'uslugify_encoded' is 
> deprecated in favor of the configurable 'slugify' function. See documentation 
> for more info.
>     el.attrib["id"] = unique(self.slugify(html.unescape(name), self.sep), 
> used_ids)
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_legacy_slugs.py::TestUslugifyCased::test_slug
>   /usr/lib/python3/dist-packages/markdown/extensions/toc.py:381: 
> DeprecationWarning: 'uslugify_cased' is deprecated. 'uslugify_cased' is 
> deprecated in favor of the configurable 'slugify' function. See documentation 
> for more info.
>     el.attrib["id"] = unique(self.slugify(html.unescape(name), self.sep), 
> used_ids)
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_legacy_slugs.py::TestUslugifyCasedEncoded::test_slug
>   /usr/lib/python3/dist-packages/markdown/extensions/toc.py:381: 
> DeprecationWarning: 'uslugify_cased_encoded' is deprecated. 
> 'uslugify_cased_encode' is deprecated in favor of the configurable 'slugify' 
> function. See documentation for more info.
>     el.attrib["id"] = unique(self.slugify(html.unescape(name), self.sep), 
> used_ids)
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_legacy_slugs.py::TestGFM::test_slug
>   /usr/lib/python3/dist-packages/markdown/extensions/toc.py:381: 
> DeprecationWarning: 'gfm' is deprecated. 'gfm' is deprecated in favor of the 
> configurable 'slugify' function. See documentation for more info.
>     el.attrib["id"] = unique(self.slugify(html.unescape(name), self.sep), 
> used_ids)
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_legacy_slugs.py::TestGFMEncoded::test_slug
>   /usr/lib/python3/dist-packages/markdown/extensions/toc.py:381: 
> DeprecationWarning: 'gfm_encoded' is deprecated. 'gfm_encoded' is deprecated 
> in favor of the configurable 'slugify' function. See documentation for more 
> info.
>     el.attrib["id"] = unique(self.slugify(html.unescape(name), self.sep), 
> used_ids)
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed.py: 
> 12 warnings
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed_alternate.py:
>  12 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/tabbed.py:171:
>  DeprecationWarning: Testing an element's truth value will raise an exception 
> in future versions.  Use specific 'len(elem)' or 'elem is not None' test 
> instead.
>     sibling and sibling.tag.lower() == 'div' and
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed.py: 
> 42 warnings
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed_alternate.py:
>  42 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/tabbed.py:94: 
> DeprecationWarning: Testing an element's truth value will raise an exception 
> in future versions.  Use specific 'len(elem)' or 'elem is not None' test 
> instead.
>     child_class = last_child.attrib.get('class', '') if last_child else ''
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed.py: 
> 47 warnings
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed_alternate.py:
>  47 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/tabbed.py:96: 
> DeprecationWarning: Testing an element's truth value will raise an exception 
> in future versions.  Use specific 'len(elem)' or 'elem is not None' test 
> instead.
>     while last_child:
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed.py: 
> 38 warnings
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed_alternate.py:
>  38 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/tabbed.py:98: 
> DeprecationWarning: Testing an element's truth value will raise an exception 
> in future versions.  Use specific 'len(elem)' or 'elem is not None' test 
> instead.
>     sibling and block.startswith(' ' * self.tab_length * 2) and
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed.py: 
> 16 warnings
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed_alternate.py:
>  16 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/tabbed.py:99: 
> DeprecationWarning: Testing an element's truth value will raise an exception 
> in future versions.  Use specific 'len(elem)' or 'elem is not None' test 
> instead.
>     last_child and (
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed.py: 
> 11 warnings
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed_alternate.py:
>  11 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/tabbed.py:114:
>  DeprecationWarning: Testing an element's truth value will raise an exception 
> in future versions.  Use specific 'len(elem)' or 'elem is not None' test 
> instead.
>     child_class = last_child.attrib.get('class', '') if last_child else ''
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed.py: 
> 11 warnings
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed_alternate.py:
>  11 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/tabbed.py:119:
>  DeprecationWarning: Testing an element's truth value will raise an exception 
> in future versions.  Use specific 'len(elem)' or 'elem is not None' test 
> instead.
>     last_child = self.lastChild(sibling) if sibling else None
> 
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed.py: 5 
> warnings
> .pybuild/cpython3_3.12_pymdownx/build/tests/test_extensions/test_tabbed_alternate.py:
>  5 warnings
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build/pymdownx/tabbed.py:120:
>  DeprecationWarning: Testing an element's truth value will raise an exception 
> in future versions.  Use specific 'len(elem)' or 'elem is not None' test 
> instead.
>     child_class = last_child.attrib.get('class', '') if last_child else ''
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> FAILED tests/test_syntax.py::test_extensions[compare35] - Exception: Output 
> f...
> ================= 1 failed, 349 passed, 456 warnings in 4.47s 
> ==================
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_pymdownx/build; python3.12 -m pytest 
> tests
> I: pybuild base:305: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pymdownx/build; python3.11 -m pytest 
> tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.8, pytest-8.1.1, pluggy-1.4.0
> rootdir: /<<PKGBUILDDIR>>
> configfile: tox.ini
> collected 350 items
> 
> tests/test_extensions/test_arithmatex.py ..........                      [  
> 2%]
> tests/test_extensions/test_b64.py .....                                  [  
> 4%]
> tests/test_extensions/test_betterem.py ......                            [  
> 6%]
> tests/test_extensions/test_details.py ...............                    [ 
> 10%]
> tests/test_extensions/test_emoji.py ...                                  [ 
> 11%]
> tests/test_extensions/test_escapeall.py ...                              [ 
> 12%]
> tests/test_extensions/test_highlight.py .........................        [ 
> 19%]
> tests/test_extensions/test_inlinehilite.py ...................           [ 
> 24%]
> tests/test_extensions/test_legacy_slugs.py ......                        [ 
> 26%]
> tests/test_extensions/test_magiclink.py ............                     [ 
> 29%]
> tests/test_extensions/test_pathconverter.py ............................ [ 
> 37%]
> .................                                                        [ 
> 42%]
> tests/test_extensions/test_saneheaders.py ..........                     [ 
> 45%]
> tests/test_extensions/test_slugs.py ........                             [ 
> 47%]
> tests/test_extensions/test_snippets.py ....................              [ 
> 53%]
> tests/test_extensions/test_striphmtl.py .                                [ 
> 53%]
> tests/test_extensions/test_superfences.py .............................. [ 
> 62%]
> ........................                                                 [ 
> 69%]
> tests/test_extensions/test_tabbed.py .............                       [ 
> 72%]
> tests/test_extensions/test_tabbed_alternate.py .............             [ 
> 76%]
> tests/test_syntax.py ...................................F............... [ 
> 91%]
> ..............                                                           [ 
> 95%]
> tests/test_targeted.py .............                                     [ 
> 98%]
> tests/test_versions.py ....                                              
> [100%]
> 
> =================================== FAILURES 
> ===================================
> __________________________ test_extensions[compare35] 
> __________________________
> 
> compare = (OrderedDict([('extensions', 
> OrderedDict([('markdown.extensions.smarty', None), ('pymdownx.smartsymbols', 
> None)])), 
> ('...own-extensions-9.5/.pybuild/cpython3_3.11_pymdownx/build/tests/extensions/smartsymbols/smartsymbols
>  (with smarty).txt')
> 
>     def test_extensions(compare):
>         """Test extensions."""
>     
> >       compare_results(*compare)
> 
> tests/test_syntax.py:150: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> tests/test_syntax.py:51: in compare_results
>     check_markdown(testfile, extension, extension_config, wrapper, update)
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> _ 
> 
> testfile = 
> '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pymdownx/build/tests/extensions/smartsymbols/smartsymbols
>  (with smarty).txt'
> extension = ['markdown.extensions.smarty', 'pymdownx.smartsymbols']
> extension_config = {}, wrapper = '%s', update = False
> 
>     def check_markdown(testfile, extension, extension_config, wrapper, 
> update=False):
>         """Check the markdown."""
>     
>         expected_html = os.path.splitext(testfile)[0] + '.html'
>         with codecs.open(testfile, 'r', encoding='utf-8') as f:
>             source = f.read()
>     
>         results = wrapper % markdown.Markdown(
>             extensions=extension, extension_configs=extension_config
>         ).convert(source)
>     
>         try:
>             with codecs.open(expected_html, 'r', encoding='utf-8') as f:
>                 expected = f.read().replace("\r\n", "\n")
>         except Exception:
>             expected = ''
>     
>         diff = [
>             l for l in difflib.unified_diff(
>                 expected.splitlines(True),
>                 results.splitlines(True),
>                 expected_html,
>                 os.path.join(os.path.dirname(testfile), 'results.html'),
>                 n=3
>             )
>         ]
>         if diff:
>             if update:
>                 print('Updated: %s' % expected_html)
>                 with codecs.open(expected_html, 'w', encoding='utf-8') as f:
>                     f.write(results)
>             else:
> >               raise Exception(
>                     'Output from "%s" failed to match expected '
>                     'output.\n\n%s' % (testfile, ''.join(diff))
> E                   Exception: Output from 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pymdownx/build/tests/extensions/smartsymbols/smartsymbols
>  (with smarty).txt" failed to match expected output.
> E                   
> E                   --- 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pymdownx/build/tests/extensions/smartsymbols/smartsymbols
>  (with smarty).html
> E                   +++ 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pymdownx/build/tests/extensions/smartsymbols/results.html
> E                   @@ -1,3 +1,3 @@
> E                   -<p>right arrow &rarr;
> E                   -left arrow &larr;
> E                   -double arrow &harr;</p>+<p>right arrow &ndash;&gt;
> E                   +left arrow &lt;&ndash;
> E                   +double arrow &lt;&ndash;&gt;</p>
> 
> tests/test_syntax.py:86: Exception
> =============================== warnings summary 
> ===============================
> .pybuild/cpython3_3.11_pymdownx/build/tests/test_extensions/test_emoji.py::TestEmojiOldIndex::test_old_index
> .pybuild/cpython3_3.11_pymdownx/build/tests/test_extensions/test_emoji.py::TestEmojiOldIndex::test_warning
>   
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pymdownx/build/pymdownx/emoji.py:250: 
> DeprecationWarning: Using emoji indexes with no arguments is now deprecated.
>   Emoji indexes now take 2 arguments: 'options' and 'md'.
>   Please update your custom index accordingly.
>   
>     util.warn_deprecated(MSG_INDEX_WARN)
> 
> .pybuild/cpython3_3.11_pymdownx/build/tests/test_extensions/test_legacy_slugs.py::TestUslugify::test_slug
>   /usr/lib/python3/dist-packages/markdown/extensions/toc.py:381: 
> DeprecationWarning: 'uslugify' is deprecated. 'uslugify' is deprecated in 
> favor of the configurable 'slugify' function. See documentation for more info.
>     el.attrib["id"] = unique(self.slugify(html.unescape(name), self.sep), 
> used_ids)
> 
> .pybuild/cpython3_3.11_pymdownx/build/tests/test_extensions/test_legacy_slugs.py::TestUslugifyEncoded::test_slug
>   /usr/lib/python3/dist-packages/markdown/extensions/toc.py:381: 
> DeprecationWarning: 'uslugify_encoded' is deprecated. 'uslugify_encoded' is 
> deprecated in favor of the configurable 'slugify' function. See documentation 
> for more info.
>     el.attrib["id"] = unique(self.slugify(html.unescape(name), self.sep), 
> used_ids)
> 
> .pybuild/cpython3_3.11_pymdownx/build/tests/test_extensions/test_legacy_slugs.py::TestUslugifyCased::test_slug
>   /usr/lib/python3/dist-packages/markdown/extensions/toc.py:381: 
> DeprecationWarning: 'uslugify_cased' is deprecated. 'uslugify_cased' is 
> deprecated in favor of the configurable 'slugify' function. See documentation 
> for more info.
>     el.attrib["id"] = unique(self.slugify(html.unescape(name), self.sep), 
> used_ids)
> 
> .pybuild/cpython3_3.11_pymdownx/build/tests/test_extensions/test_legacy_slugs.py::TestUslugifyCasedEncoded::test_slug
>   /usr/lib/python3/dist-packages/markdown/extensions/toc.py:381: 
> DeprecationWarning: 'uslugify_cased_encoded' is deprecated. 
> 'uslugify_cased_encode' is deprecated in favor of the configurable 'slugify' 
> function. See documentation for more info.
>     el.attrib["id"] = unique(self.slugify(html.unescape(name), self.sep), 
> used_ids)
> 
> .pybuild/cpython3_3.11_pymdownx/build/tests/test_extensions/test_legacy_slugs.py::TestGFM::test_slug
>   /usr/lib/python3/dist-packages/markdown/extensions/toc.py:381: 
> DeprecationWarning: 'gfm' is deprecated. 'gfm' is deprecated in favor of the 
> configurable 'slugify' function. See documentation for more info.
>     el.attrib["id"] = unique(self.slugify(html.unescape(name), self.sep), 
> used_ids)
> 
> .pybuild/cpython3_3.11_pymdownx/build/tests/test_extensions/test_legacy_slugs.py::TestGFMEncoded::test_slug
>   /usr/lib/python3/dist-packages/markdown/extensions/toc.py:381: 
> DeprecationWarning: 'gfm_encoded' is deprecated. 'gfm_encoded' is deprecated 
> in favor of the configurable 'slugify' function. See documentation for more 
> info.
>     el.attrib["id"] = unique(self.slugify(html.unescape(name), self.sep), 
> used_ids)
> 
> -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
> =========================== short test summary info 
> ============================
> FAILED tests/test_syntax.py::test_extensions[compare35] - Exception: Output 
> f...
> ================== 1 failed, 349 passed, 8 warnings in 4.28s 
> ===================
> E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pymdownx/build; python3.11 -m pytest 
> tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 
> 3.11" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/03/19/pymdown-extensions_9.5-4_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240319;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240319&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: pymdown-extensions
Source-Version: 9.5-5
Done: Dmitry Shachnev <mity...@debian.org>

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

Debian distribution maintenance software
pp.
Dmitry Shachnev <mity...@debian.org> (supplier of updated pymdown-extensions 
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: Sat, 23 Mar 2024 17:29:01 +0300
Source: pymdown-extensions
Architecture: source
Version: 9.5-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>,
Changed-By: Dmitry Shachnev <mity...@debian.org>
Closes: 1067361
Changes:
 pymdown-extensions (9.5-5) unstable; urgency=medium
 .
   * Team upload.
   * Backport upstream commit to fix tests with Python-Markdown 3.6.
     Closes: #1067361.
Checksums-Sha1:
 c8fd146d5502309fa9c93fcb9e7dfb418ead5fa4 2295 pymdown-extensions_9.5-5.dsc
 04eca0d29bcfe621d10406fbc697a03feeab97d8 4396 
pymdown-extensions_9.5-5.debian.tar.xz
 210db0943a89bd6119876a7657859db582c60d41 7931 
pymdown-extensions_9.5-5_source.buildinfo
Checksums-Sha256:
 0f50075558009b2506e90b67d7f82f0085190d57da7af722175c85e5d530b2bd 2295 
pymdown-extensions_9.5-5.dsc
 2c0de485a9fbaf65fe4d881b2dff2ff8cbafa1178f429d0f837011d2547babd3 4396 
pymdown-extensions_9.5-5.debian.tar.xz
 b969a6e428553e07028dd1435362edebb1d8778ac0cd5f126c30c24f8ed67eb2 7931 
pymdown-extensions_9.5-5_source.buildinfo
Files:
 8bf88d95501f852f3c9ee8e75c3fe6f5 2295 python optional 
pymdown-extensions_9.5-5.dsc
 11c86fbb1d2301b756e6260027125a39 4396 python optional 
pymdown-extensions_9.5-5.debian.tar.xz
 2afb8b78eb8c83ee5c1c05d9a2410d30 7931 python optional 
pymdown-extensions_9.5-5_source.buildinfo

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

iQJHBAEBCgAxFiEEq2sdvrA0LydXHe1qsmYUtFL0RrYFAmX+6cYTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRCyZhS0UvRGtqh8D/9WkGP50Had49hFdRdUq6Sz6PLJQKXA
B86vdoj0qjA2GfhKEEntdEqYpY9q1+NzM0rMqHq4xfwRzqEBOF+kWz+Lqhz7vI6p
NMUKmziAMK9qEJfvWtfzV9ls52+Um1GB6+Yw3K440YIsM3FQc7IGe4b0yQ3LF9qo
e4kucC/MtLZF1WW+iUEv3LXGZjnd3Hu2YQ0bAsHIDqjEZlKdzfeQOU00R7w2B3s9
mJ126AU4G+ZMkcvbYnJSmIevUR3T8dV7IMGVRhiJvR50u+QQ9rz0+wR8QY9811YW
6yQ6V3Mmcki1vKE7QaCr+eLYu2Mn901Ndm93HjYMm03DNvHnOOlz2hE6Uw5UmwQR
99t3H7gW6qme99QpllfXqGRyTEvN1H0L+iYpqK/yD1l+CmVZ0J2J5JAfNSSDqVDE
IpWRtED++e/hfQwaiSgPoKCPh0rZz125jmkWzQJ3seGcUa9MTuHP6hS0a3FW43h/
JRYyvbd3+grhX6aoGnoe1A43ABiRwCZ5WXYZahlGR9hJWXL/KyNguyFWPEvAciBZ
3ggV2dwUifDRthq7W9xZTO9sJQSpYPTZLCWNACeFrfutoNxAc6Wq7uXden16TzXw
3EaCJ76OVdc22XhQFMe6CVXbkLghJStB+Eurn0/nuVwvZICWy5OL0cckZUOz8yLx
oZIZTy4E+6MrJw==
=D653
-----END PGP SIGNATURE-----

Attachment: pgp8PE3K7vqtJ.pgp
Description: PGP signature


--- End Message ---

Reply via email to