Your message dated Wed, 17 Dec 2025 00:07:41 +0000
with message-id <[email protected]>
and subject line Bug#1123239: fixed in python-expandvars 1.1.2-2
has caused the Debian Bug report #1123239,
regarding python-expandvars: FTBFS: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p "3.14 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.)


-- 
1123239: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123239
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-expandvars
Version: 1.1.2-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

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

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

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

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 cannot 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-expandvars, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
 debian/rules binary
dh binary --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:131: Building wheel for python3.14 with "build" 
module
I: pybuild base:317: python3.14 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_expandvars  
* Building wheel...
Successfully built expandvars-1.1.2-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.14 with 
"installer" module
I: pybuild plugin_pyproject:131: Building wheel for python3.13 with "build" 
module
I: pybuild base:317: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_expandvars  
* Building wheel...
Successfully built expandvars-1.1.2-py3-none-any.whl
I: pybuild plugin_pyproject:155: Unpacking wheel built for python3.13 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_expandvars/build; python3.14 -m pytest 
tests
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 9, in <module>
    raise SystemExit(pytest.console_main())
                     ~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 223, 
in console_main
    code = main()
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 193, 
in main
    config = _prepareconfig(new_args, plugins)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 361, 
in _prepareconfig
    config: Config = pluginmanager.hook.pytest_cmdline_parse(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        pluginmanager=pluginmanager, args=args
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 124, in 
pytest_cmdline_parse
    config = yield
             ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1186, 
in pytest_cmdline_parse
    self.parse(args)
    ~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1523, 
in parse
    self._validate_args(self.getini("addopts"), "via addopts config") + args
                        ~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1662, 
in getini
    self._inicache[canonical_name] = val = self._getini(canonical_name)
                                           ~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1706, 
in _getini
    return self._getini_toml(name, canonical_name, type, value, default)
           ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1808, 
in _getini_toml
    raise TypeError(
    ...<2 lines>...
    )
TypeError: 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_expandvars/build/pyproject.toml: config 
option 'addopts' expects a list for type 'args', got str: '--cov 
--cov-report=html --cov-fail-under=100'
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_expandvars/build; python3.14 -m pytest 
tests
I: pybuild base:317: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_expandvars/build; python3.13 -m pytest 
tests
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 9, in <module>
    raise SystemExit(pytest.console_main())
                     ~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 223, 
in console_main
    code = main()
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 193, 
in main
    config = _prepareconfig(new_args, plugins)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 361, 
in _prepareconfig
    config: Config = pluginmanager.hook.pytest_cmdline_parse(
                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        pluginmanager=pluginmanager, args=args
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 512, in __call__
    return self._hookexec(self.name, self._hookimpls.copy(), kwargs, 
firstresult)
           
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 120, in 
_hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 167, in 
_multicall
    raise exception
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 139, in 
_multicall
    teardown.throw(exception)
    ~~~~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/helpconfig.py", line 124, in 
pytest_cmdline_parse
    config = yield
             ^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 121, in 
_multicall
    res = hook_impl.function(*args)
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1186, 
in pytest_cmdline_parse
    self.parse(args)
    ~~~~~~~~~~^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1523, 
in parse
    self._validate_args(self.getini("addopts"), "via addopts config") + args
                        ~~~~~~~~~~~^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1662, 
in getini
    self._inicache[canonical_name] = val = self._getini(canonical_name)
                                           ~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1706, 
in _getini
    return self._getini_toml(name, canonical_name, type, value, default)
           ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1808, 
in _getini_toml
    raise TypeError(
    ...<2 lines>...
    )
TypeError: 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_expandvars/build/pyproject.toml: config 
option 'addopts' expects a list for type 'args', got str: '--cov 
--cov-report=html --cov-fail-under=100'
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_expandvars/build; python3.13 -m pytest 
tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.14 
3.13" returned exit code 13
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-expandvars
Source-Version: 1.1.2-2
Done: Colin Watson <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-expandvars, 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.
Colin Watson <[email protected]> (supplier of updated python-expandvars 
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: Tue, 16 Dec 2025 23:37:29 +0000
Source: python-expandvars
Architecture: source
Version: 1.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Colin Watson <[email protected]>
Closes: 1123239
Changes:
 python-expandvars (1.1.2-2) unstable; urgency=medium
 .
   * Fix configuration for pytest 9 (closes: #1123239).
   * Drop "Rules-Requires-Root: no", default as of dpkg-dev 1.22.13.
   * Run tests with --no-cov.
Checksums-Sha1:
 94a26b1ada9e89b3df09ffd076594e2dcb7a3131 2469 python-expandvars_1.1.2-2.dsc
 f0abe2b84a7e152026738feea45495226c84f996 2844 
python-expandvars_1.1.2-2.debian.tar.xz
 8a54ad0e9f9113e770ac94afd3837b7a2ec2aedd 105636 
python-expandvars_1.1.2-2.git.tar.xz
 c2977c9194bba812aa68a82bfe4f117ca2f22028 17175 
python-expandvars_1.1.2-2_source.buildinfo
Checksums-Sha256:
 45f910de89a4bc0c5f6262759c9623ebfeab4c2181a8f8f4c8ad4b0c9b07aebd 2469 
python-expandvars_1.1.2-2.dsc
 e68af3534d4cea0ef72dc3d6971512931cbb5fa6a8d8f0bf9f1e3a7fefd91a7c 2844 
python-expandvars_1.1.2-2.debian.tar.xz
 f3f74891cb7fe052320f2b1e3f08202cf77b236c6742972b7085bd3c568a62a7 105636 
python-expandvars_1.1.2-2.git.tar.xz
 86cfa126cd3bc13d4cfd78c6077cf3a944e0e035af1de5ce75cf7f6e96b511fb 17175 
python-expandvars_1.1.2-2_source.buildinfo
Files:
 bca2094ba3b9bc2bd4371bc5f00d525b 2469 python optional 
python-expandvars_1.1.2-2.dsc
 e3acf42e82a44065a918f551681ab2e7 2844 python optional 
python-expandvars_1.1.2-2.debian.tar.xz
 492aa9cb9d18dcebec15a1d2aeee4b1b 105636 python optional 
python-expandvars_1.1.2-2.git.tar.xz
 c446c63e0e297e84d4e55e287d6693fb 17175 python optional 
python-expandvars_1.1.2-2_source.buildinfo
Git-Tag-Info: tag=e7b074e84ed5cd2e09b22a30ee9cad9318803cdd 
fp=ac0a4ff12611b6fccf01c111393587d97d86500b
Git-Tag-Tagger: Colin Watson <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmlB7hEACgkQYG0ITkaD
wHnkMw/+N4kfDQONNLi9fY+SX23o5f7x103FhoUunFOKjeI7GDl0otHU/crzpOHR
Mpb8JzXpGnjmJnrGXyQj/+WRGT1f9wzJj9He6P7Jh5wwzFxviOQ5QQ/oqCj7pFXQ
4ZZnQQhE3aGX7wauxWS3Mzi4GpB5V1rKdmFMNhPTKteTAHCMlfS/YTMjZm+2pgvp
z2ZYT9pNgWMr9Sgd9TS8vUrlu5b9oeYPntqZ3P4G306vKCTNCDU9H6ltSEn0DSXx
LxGXPBjJVP+1cWEgG4M/V74oKWHmrEuMW5V5z+1jHny2/QjL/v7Ex6wspiDRBVJI
p5IE4ReaenKgwNGeLTmAvvwZqSqBUAwI2ZJtZpI/Z6R9rIv5z8A+a+9w4oUfJu6y
wOa7ErTR1BClPdvDianW+sWFUsum4H18/9ly1AdWoGLpb84gzpI/ifIcKnUNzYNt
jzBMC3GdlDiFD+OKLxuIphcB77RHieGNlj4cA/5w9kQx3kLyRIT44gwlAlZHWuXB
NL6zLpW/Fd1dm8ZJNe+rBKDeAhTediyumQ3bUkh8tYUEFo1pAOjyCbys030f7TOL
xMpfhO3H5dlu+CHlAGBF0GwfVN+C47SNRFUT/lLAn0CsshEWgBTlHm+yuD15kYb8
roizYKnXtj11+VcWWxZZKckjjLS8ViCSbol5IGY65PNe7BJnWRc=
=KHIE
-----END PGP SIGNATURE-----

Attachment: pgpTPwAm0TCWO.pgp
Description: PGP signature


--- End Message ---

Reply via email to