Your message dated Fri, 24 Oct 2025 15:50:58 +0000
with message-id <[email protected]>
and subject line Bug#1114333: fixed in python-sphinx-code-include 2.0.0-1
has caused the Debian Bug report #1114333,
regarding python-sphinx-code-include: FTBFS: dh_auto_test: error: pybuild 
--test -i python{version} -p 3.13 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 [email protected]
immediately.)


-- 
1114333: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114333
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-sphinx-code-include
Version: 1.1.1-4
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:python-sphinx-code-include, so that this is 
still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
make: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
dh clean --buildsystem=pybuild --with python3,sphinxdoc
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: pyversions: No such file or directory
py3versions: no X-Python3-Version in control file, using supported versions
rm -rf build .stestr src/*.egg-info .pybuild
find . -iname '*.pyc' -delete
for i in $(find . -type d -iname __pycache__) ; do rm -rf $i ; done
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild

[... snipped ...]

  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/common.py",
 line 92, in load_cache
    return intersphinx.fetch_inventory(MockApplication(), "", path)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
308, in fetch_inventory
    config=_InvConfig.from_config(app.config),
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
218, in from_config
    intersphinx_cache_limit=config.intersphinx_cache_limit,
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MockConfiguration' object has no attribute 
'intersphinx_cache_limit'

======================================================================
ERROR: test_function (tests.unittests.test_tag.RenderText.test_function)
Check that a module's function is read properly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 391, in test_function
    self._test(data, content, expected)  # pylint: 
disable=no-value-for-parameter
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/unittest/mock.py", line 1426, in patched
    return func(*newargs, **newkeywargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 272, in _test
    cache = common.load_cache(os.path.join(_CURRENT_DIRECTORY, "fake_project", 
"objects.inv"))
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 33, in __call__
    return self[args]
           ~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 36, in __missing__
    ret = self[key] = self.function(*key)
                      ~~~~~~~~~~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/common.py",
 line 92, in load_cache
    return intersphinx.fetch_inventory(MockApplication(), "", path)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
308, in fetch_inventory
    config=_InvConfig.from_config(app.config),
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
218, in from_config
    intersphinx_cache_limit=config.intersphinx_cache_limit,
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MockConfiguration' object has no attribute 
'intersphinx_cache_limit'

======================================================================
ERROR: test_get_from_html 
(tests.unittests.test_tag.RenderText.test_get_from_html)
Check that a basic HTML file can be read.
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 310, in test_get_from_html
    self._test(data, content, expected)  # pylint: 
disable=no-value-for-parameter
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/unittest/mock.py", line 1426, in patched
    return func(*newargs, **newkeywargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 272, in _test
    cache = common.load_cache(os.path.join(_CURRENT_DIRECTORY, "fake_project", 
"objects.inv"))
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 33, in __call__
    return self[args]
           ~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 36, in __missing__
    ret = self[key] = self.function(*key)
                      ~~~~~~~~~~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/common.py",
 line 92, in load_cache
    return intersphinx.fetch_inventory(MockApplication(), "", path)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
308, in fetch_inventory
    config=_InvConfig.from_config(app.config),
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
218, in from_config
    intersphinx_cache_limit=config.intersphinx_cache_limit,
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MockConfiguration' object has no attribute 
'intersphinx_cache_limit'

======================================================================
ERROR: test_module (tests.unittests.test_tag.RenderText.test_module)
Check that a module is read properly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 562, in test_module
    self._test(data, content, expected)  # pylint: 
disable=no-value-for-parameter
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/unittest/mock.py", line 1426, in patched
    return func(*newargs, **newkeywargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 272, in _test
    cache = common.load_cache(os.path.join(_CURRENT_DIRECTORY, "fake_project", 
"objects.inv"))
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 33, in __call__
    return self[args]
           ~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 36, in __missing__
    ret = self[key] = self.function(*key)
                      ~~~~~~~~~~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/common.py",
 line 92, in load_cache
    return intersphinx.fetch_inventory(MockApplication(), "", path)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
308, in fetch_inventory
    config=_InvConfig.from_config(app.config),
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
218, in from_config
    intersphinx_cache_limit=config.intersphinx_cache_limit,
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MockConfiguration' object has no attribute 
'intersphinx_cache_limit'

======================================================================
ERROR: test_private_function 
(tests.unittests.test_tag.RenderText.test_private_function)
Check that a module's function is read properly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 421, in test_private_function
    self._test(data, content, expected)  # pylint: 
disable=no-value-for-parameter
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/unittest/mock.py", line 1426, in patched
    return func(*newargs, **newkeywargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 272, in _test
    cache = common.load_cache(os.path.join(_CURRENT_DIRECTORY, "fake_project", 
"objects.inv"))
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 33, in __call__
    return self[args]
           ~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 36, in __missing__
    ret = self[key] = self.function(*key)
                      ~~~~~~~~~~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/common.py",
 line 92, in load_cache
    return intersphinx.fetch_inventory(MockApplication(), "", path)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
308, in fetch_inventory
    config=_InvConfig.from_config(app.config),
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
218, in from_config
    intersphinx_cache_limit=config.intersphinx_cache_limit,
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MockConfiguration' object has no attribute 
'intersphinx_cache_limit'

======================================================================
ERROR: test_class (tests.unittests.test_tag.RenderTextNested.test_class)
Check that a class is read properly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 643, in test_class
    self._test(data, content, expected)  # pylint: 
disable=no-value-for-parameter
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/unittest/mock.py", line 1426, in patched
    return func(*newargs, **newkeywargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 272, in _test
    cache = common.load_cache(os.path.join(_CURRENT_DIRECTORY, "fake_project", 
"objects.inv"))
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 33, in __call__
    return self[args]
           ~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 36, in __missing__
    ret = self[key] = self.function(*key)
                      ~~~~~~~~~~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/common.py",
 line 92, in load_cache
    return intersphinx.fetch_inventory(MockApplication(), "", path)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
308, in fetch_inventory
    config=_InvConfig.from_config(app.config),
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
218, in from_config
    intersphinx_cache_limit=config.intersphinx_cache_limit,
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MockConfiguration' object has no attribute 
'intersphinx_cache_limit'

======================================================================
ERROR: test_function (tests.unittests.test_tag.RenderTextNested.test_function)
Check that a module's function is read properly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 674, in test_function
    self._test(data, content, expected)  # pylint: 
disable=no-value-for-parameter
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/unittest/mock.py", line 1426, in patched
    return func(*newargs, **newkeywargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 272, in _test
    cache = common.load_cache(os.path.join(_CURRENT_DIRECTORY, "fake_project", 
"objects.inv"))
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 33, in __call__
    return self[args]
           ~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 36, in __missing__
    ret = self[key] = self.function(*key)
                      ~~~~~~~~~~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/common.py",
 line 92, in load_cache
    return intersphinx.fetch_inventory(MockApplication(), "", path)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
308, in fetch_inventory
    config=_InvConfig.from_config(app.config),
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
218, in from_config
    intersphinx_cache_limit=config.intersphinx_cache_limit,
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MockConfiguration' object has no attribute 
'intersphinx_cache_limit'

======================================================================
ERROR: test_get_from_html 
(tests.unittests.test_tag.RenderTextNested.test_get_from_html)
Check that a basic HTML file can be read.
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 590, in test_get_from_html
    self._test(data, content, expected)  # pylint: 
disable=no-value-for-parameter
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/unittest/mock.py", line 1426, in patched
    return func(*newargs, **newkeywargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 272, in _test
    cache = common.load_cache(os.path.join(_CURRENT_DIRECTORY, "fake_project", 
"objects.inv"))
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 33, in __call__
    return self[args]
           ~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 36, in __missing__
    ret = self[key] = self.function(*key)
                      ~~~~~~~~~~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/common.py",
 line 92, in load_cache
    return intersphinx.fetch_inventory(MockApplication(), "", path)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
308, in fetch_inventory
    config=_InvConfig.from_config(app.config),
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
218, in from_config
    intersphinx_cache_limit=config.intersphinx_cache_limit,
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MockConfiguration' object has no attribute 
'intersphinx_cache_limit'

======================================================================
ERROR: test_module (tests.unittests.test_tag.RenderTextNested.test_module)
Check that a module is read properly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 848, in test_module
    self._test(data, content, expected)  # pylint: 
disable=no-value-for-parameter
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/unittest/mock.py", line 1426, in patched
    return func(*newargs, **newkeywargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 272, in _test
    cache = common.load_cache(os.path.join(_CURRENT_DIRECTORY, "fake_project", 
"objects.inv"))
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 33, in __call__
    return self[args]
           ~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 36, in __missing__
    ret = self[key] = self.function(*key)
                      ~~~~~~~~~~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/common.py",
 line 92, in load_cache
    return intersphinx.fetch_inventory(MockApplication(), "", path)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
308, in fetch_inventory
    config=_InvConfig.from_config(app.config),
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
218, in from_config
    intersphinx_cache_limit=config.intersphinx_cache_limit,
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MockConfiguration' object has no attribute 
'intersphinx_cache_limit'

======================================================================
ERROR: test_private_function 
(tests.unittests.test_tag.RenderTextNested.test_private_function)
Check that a module's function is read properly.
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 705, in test_private_function
    self._test(data, content, expected)  # pylint: 
disable=no-value-for-parameter
    ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.13/unittest/mock.py", line 1426, in patched
    return func(*newargs, **newkeywargs)
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/unittests/test_code_include.py",
 line 272, in _test
    cache = common.load_cache(os.path.join(_CURRENT_DIRECTORY, "fake_project", 
"objects.inv"))
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 33, in __call__
    return self[args]
           ~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/code_include/helper.py",
 line 36, in __missing__
    ret = self[key] = self.function(*key)
                      ~~~~~~~~~~~~~^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build/tests/common.py",
 line 92, in load_cache
    return intersphinx.fetch_inventory(MockApplication(), "", path)
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
308, in fetch_inventory
    config=_InvConfig.from_config(app.config),
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/sphinx/ext/intersphinx/_load.py", line 
218, in from_config
    intersphinx_cache_limit=config.intersphinx_cache_limit,
                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'MockConfiguration' object has no attribute 
'intersphinx_cache_limit'

----------------------------------------------------------------------
Ran 31 tests in 0.028s

FAILED (errors=31)
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_sphinx-code-include/build; python3.13 
-m unittest discover -v 
dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit 
code 13
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-sphinx-code-include
Source-Version: 2.0.0-1
Done: Thomas Goirand <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-sphinx-code-include, 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.
Thomas Goirand <[email protected]> (supplier of updated 
python-sphinx-code-include 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: Mon, 29 Sep 2025 14:35:31 +0200
Source: python-sphinx-code-include
Architecture: source
Version: 2.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <[email protected]>
Changed-By: Thomas Goirand <[email protected]>
Closes: 1114333
Changes:
 python-sphinx-code-include (2.0.0-1) unstable; urgency=medium
 .
   * New upstream release.
   * Rebased no-intersphinx.patch.
   * Rebased remove-broken-tests.patch.
   * Rebased remove-privacy-breach.patch.
   * Add fix-tests-common.py.patch (Closes: #1114333).
Checksums-Sha1:
 266a310c845fc36804a9d152d1129dbda3b58dba 2425 
python-sphinx-code-include_2.0.0-1.dsc
 8c02cf5c0aa3718f897529fa5586853f052219a6 191368 
python-sphinx-code-include_2.0.0.orig.tar.xz
 6927950e4643b4104da39174ba926136295744ef 8712 
python-sphinx-code-include_2.0.0-1.debian.tar.xz
 70baaf39d0b5d089fcf1cb7ea10e7aa46f51a2ed 8644 
python-sphinx-code-include_2.0.0-1_amd64.buildinfo
Checksums-Sha256:
 a11957b3f5c601d410cee7f2928d902918f6fccff09285bda99256009af016a3 2425 
python-sphinx-code-include_2.0.0-1.dsc
 7136ed073ea3d41d7b712a318156c95830b27182c30e9b96eccf5ad72ac0004a 191368 
python-sphinx-code-include_2.0.0.orig.tar.xz
 23cde3315005aff1573987791aa876377f98e706a9c687d1637c8626cea71d40 8712 
python-sphinx-code-include_2.0.0-1.debian.tar.xz
 0284f59a797d27d02c48298b99bd98bc0eec59f1a9e631ecce83b304cec41928 8644 
python-sphinx-code-include_2.0.0-1_amd64.buildinfo
Files:
 055788e2ae8d4f19caefcc748935e444 2425 python optional 
python-sphinx-code-include_2.0.0-1.dsc
 90575efc804da674bf6868229ddcc0de 191368 python optional 
python-sphinx-code-include_2.0.0.orig.tar.xz
 c9520cf9cbef8dbce2885bde35ed388f 8712 python optional 
python-sphinx-code-include_2.0.0-1.debian.tar.xz
 b18847e9717770460c92bfa1d86c645e 8644 python optional 
python-sphinx-code-include_2.0.0-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmj7mywACgkQ1BatFaxr
Q/53FhAAiNyVEtCUxK+WRgqETiijAtDL3gA0baCuOTY5LMiNbFssrMIptQrK0NRL
YVvfU02TDpN/lpoEcDZzyDavZ3rJvimufEpqHQiA9NuypEZzxNNAuvh2YpMCme29
m0oVEgy0myvpZ5/YoUj2Hv8fieO9oopYgYb4JJOcOXebB3fICNw/GRLAoiYDBd0b
vbn6bxD3s87areEpPjpxXQVKOfahOsFQcKjPUoeOIW7/axBRV/PdEuf3gEpbD59k
b0auUYUkC/numpZfEBBuw92fMzEWY0xR9c1ZQlqT1ndn5DeNr9LgrTTeJe6n9D5h
04qcICHlQC02RICFtNP3FOqbnpx9bp5LrUxAfz7k38u/1i/32ajpq4+p5sd+tIsQ
rwpFsRwOBoMcPM424U0+C94Kd3m7mXYJps0ZZdbUjhkRC8bk0yL2A0saUsd2YtJz
0RHwJDxFKd5M57UarI0IwxiNQQJ9mYqhYSVuTAkE2BKSGqdbMUGxeufYJe78hun2
qOyaujMt/xiWTXN2p5KO8J0tkcY041J4J4jE9kylwBlHwtrZxK6z0AFlHkoGNnGh
ODkL3wj0efDBoX1Bj0cy+9iAvv7o54qFYThPLSMIJE48wrsKa5wyS6F95CF3lMiD
vVNJzUAnvoqMOotpTstBfd9T9/MvpYHl60MCK72Iska8FOaNzIA=
=wvlG
-----END PGP SIGNATURE-----

Attachment: pgprXyf8Zesdb.pgp
Description: PGP signature


--- End Message ---

Reply via email to