Your message dated Sun, 15 Feb 2026 14:36:37 +0000
with message-id <[email protected]>
and subject line Bug#1123271: fixed in python-npe2 0.8.1-1
has caused the Debian Bug report #1123271,
regarding python-npe2: 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.)


-- 
1123271: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123271
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-npe2
Version: 0.7.9-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-npe2, 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_npe2  
* Building wheel...
Successfully built npe2-0.7.9-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_npe2  
* Building wheel...
Successfully built npe2-0.7.9-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_npe2/build; 
python3.14 -m pytest -k "not fetch and not test_cli_convert_svg and not 
test_conversion and not test_render_docs and not test_setuptools_plugin" tests
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_npe2/build/npe2/_pydantic_compat.py:3: 
UserWarning: Core Pydantic V1 functionality isn't compatible with Python 3.14 
or greater.
  from pydantic.v1 import (
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 1539, 
in parse
    self.pluginmanager.load_setuptools_entrypoints("pytest11")
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 416, in 
load_setuptools_entrypoints
    plugin = ep.load()
  File "/usr/lib/python3.14/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/usr/lib/python3.14/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1398, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1314, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1398, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py", line 197, 
in exec_module
    exec(co, module.__dict__)
    ~~~~^^^^^^^^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_npe2/build/npe2/__init__.py", 
line 11, in <module>
    from ._dynamic_plugin import DynamicPlugin
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py", line 197, 
in exec_module
    exec(co, module.__dict__)
    ~~~~^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_npe2/build/npe2/_dynamic_plugin.py", 
line 19, in <module>
    from ._plugin_manager import PluginManager
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py", line 197, 
in exec_module
    exec(co, module.__dict__)
    ~~~~^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_npe2/build/npe2/_plugin_manager.py", 
line 32, in <module>
    from ._command_registry import CommandRegistry
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py", line 197, 
in exec_module
    exec(co, module.__dict__)
    ~~~~^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_npe2/build/npe2/_command_registry.py", 
line 9, in <module>
    from .manifest import utils
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py", line 197, 
in exec_module
    exec(co, module.__dict__)
    ~~~~^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_npe2/build/npe2/manifest/__init__.py", 
line 1, in <module>
    from ._package_metadata import PackageMetadata
  File "<frozen importlib._bootstrap>", line 1371, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 938, in _load_unlocked
  File "/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py", line 197, 
in exec_module
    exec(co, module.__dict__)
    ~~~~^^^^^^^^^^^^^^^^^^^^^
  File 
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_npe2/build/npe2/manifest/_package_metadata.py",
 line 20, in <module>
    class PackageMetadata(BaseModel):
    ...<198 lines>...
            return id(self)
  File "/usr/lib/python3/dist-packages/pydantic/v1/main.py", line 221, in 
__new__
    inferred = ModelField.infer(
        name=var_name,
    ...<3 lines>...
        config=config,
    )
  File "/usr/lib/python3/dist-packages/pydantic/v1/fields.py", line 504, in 
infer
    return cls(
        name=name,
    ...<7 lines>...
        field_info=field_info,
    )
  File "/usr/lib/python3/dist-packages/pydantic/v1/fields.py", line 434, in 
__init__
    self.prepare()
    ~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/pydantic/v1/fields.py", line 544, in 
prepare
    self._set_default_and_type()
    ~~~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3/dist-packages/pydantic/v1/fields.py", line 576, in 
_set_default_and_type
    raise errors_.ConfigError(f'unable to infer type for attribute 
"{self.name}"')
pydantic.v1.errors.ConfigError: unable to infer type for attribute "name"
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_npe2/build; python3.14 -m pytest -k 
"not fetch and not test_cli_convert_svg and not test_conversion and not 
test_render_docs and not test_setuptools_plugin" tests
I: pybuild base:317: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_npe2/build; 
python3.13 -m pytest -k "not fetch and not test_cli_convert_svg and not 
test_conversion and not test_render_docs and not test_setuptools_plugin" tests
============================= test session starts ==============================
platform linux -- Python 3.13.11, pytest-9.0.2, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
configfile: pyproject.toml
plugins: npe2-0.7.9, typeguard-4.4.4, pretty-1.3.0, napari-plugin-engine-0.2.0
collected 257 items / 57 deselected / 1 skipped / 200 selected

tests/test__io_utils.py ...........................                      [ 13%]
tests/test_cli.py .....................................                  [ 32%]
tests/test_compile.py ..                                                 [ 33%]
tests/test_config_contribution.py ................                       [ 41%]
tests/test_contributions.py .....................                        [ 51%]
tests/test_docs.py .                                                     [ 52%]
tests/test_implements.py ....                                            [ 54%]
tests/test_manifest.py .................                                 [ 62%]
tests/test_npe1_adapter.py .......                                       [ 66%]
tests/test_package_meta.py ...                                           [ 67%]
tests/test_plugin_manager.py ...............                             [ 75%]
tests/test_pm_module.py .                                                [ 75%]
tests/test_pytest_plugin.py ......                                       [ 78%]
tests/test_tmp_plugin.py ...                                             [ 80%]
tests/test_utils.py ....                                                 [ 82%]
tests/test_validations.py ....................................           [100%]
Results (0.37s):
       200 passed
         1 skipped
        57 deselected
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-npe2
Source-Version: 0.8.1-1
Done: Roland Mas <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-npe2, 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.
Roland Mas <[email protected]> (supplier of updated python-npe2 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: Sun, 15 Feb 2026 14:50:03 +0100
Source: python-npe2
Architecture: source
Version: 0.8.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Roland Mas <[email protected]>
Closes: 1123271
Changes:
 python-npe2 (0.8.1-1) unstable; urgency=medium
 .
   * New upstream release. This fixes Python 3.14 compatibility (closes: 
#1123271).
Checksums-Sha1:
 9a9d77aaa67760d43fa8943a039aa54c8f13061e 2408 python-npe2_0.8.1-1.dsc
 eeb03a19a929ffca4bd572cecf34f08e9e0f7191 124172 python-npe2_0.8.1.orig.tar.gz
 08eac3d5aac432a3deddea12ab448df377928ba0 2968 python-npe2_0.8.1-1.debian.tar.xz
 6a096fa876ac0708b07de363282a448d9c394595 8408 
python-npe2_0.8.1-1_amd64.buildinfo
Checksums-Sha256:
 2957122655d60c5c352de272ced069595376b9f68e61ab7cc8a2c956cb3c0b2a 2408 
python-npe2_0.8.1-1.dsc
 f3940a05991d4ca080de7eabccfb3c117a844847846f895d0a7527b75159761e 124172 
python-npe2_0.8.1.orig.tar.gz
 1d7f9ce498377b601c29c2fed65298b224e9eabff83b57f5afd926e3d630803a 2968 
python-npe2_0.8.1-1.debian.tar.xz
 eb5626db74bc857590f436ba39540851236894157cc80789982a1c2f693f2287 8408 
python-npe2_0.8.1-1_amd64.buildinfo
Files:
 43ec1c84a78cd8c59fcbaaf468ccbdf2 2408 python optional python-npe2_0.8.1-1.dsc
 ad27dbd2f18d41b7be8ece3294a18eb5 124172 python optional 
python-npe2_0.8.1.orig.tar.gz
 0968cca6c92fb0f85f197a00460041db 2968 python optional 
python-npe2_0.8.1-1.debian.tar.xz
 5e17850f4f806cc702bf4b88d1d855ad 8408 python optional 
python-npe2_0.8.1-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEtBU2D1kett1zr/uD0w3s0lmTIvwFAmmRz34ACgkQ0w3s0lmT
IvwKVw//d90kCzFdGvPMxMNeFotO8u3xDN210alnp5yXALResukSxOZYqQxwCvzZ
CasEnflp8vaM6Ihotf4YnMjileKUHacuBeabzeKdZ6ZxUUVVmh3yEKP1S75sQ5PO
XPGj6Hya77rzMqeezR9jLxDm1/qxp8rtLxMqhrhPq2pek4kPe3AXjb/3GYRT2M3G
VKc5F71LicvK0FNJLxv9RYFQJ431WIqOKjLOUVuwqTnyfoUwofi2hGbKJK/3P4eN
JhAyrKbPE79z7UHtWgwqbvBokL6jroc8tKgG9PngUeRxjST9eU8eLeVf1TGTdncb
FaldDxS8zIbAav9vGWeFlF2xVHi8nAap0XOCjP6fSbgw2qpweuSwjRDyajkvqIg+
bHIMdTqBEJI3IQrzrOlSbC23v+DEdcWo3tOAp3pcXw2BYFejSYOxfeFULi8r4Wvv
Dqy6TPWi7Yyf+gCDZxhHQWTegDAvrg7erPlwM+7OENCxpTPz1UI7HpcBvY89jhFt
ADd2kSZaqj79fo0OrBn1RzE+GCUM3/g1zYu8laH6IGB6iccH92A7+wHjsGv3w38Y
K16wRthCOYBK9ly5Z4KoOr4AlAsjMGbx1NNh451rS2cUOde9f0PxkyEmifsAo+dI
ZNpx9S86zUD5QLiz9MSTUCS/4K5VMCTjNIVFTGq0aOWU2+tyToo=
=TB41
-----END PGP SIGNATURE-----

Attachment: pgp1YowpSt2Wb.pgp
Description: PGP signature


--- End Message ---

Reply via email to