#1114236 nwdiag: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 returned exit code 13

Package:
src:nwdiag
Source:
src:nwdiag
Submitter:
Santiago Vila
Date:
2025-09-28 07:03:04 UTC
Severity:
normal
Tags:
#1114236#5
Date:
2025-09-05 18:21:31 UTC
From:
To:
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:nwdiag, so that this is still
visible in the BTS web page for this package.

Thanks.
!!

        ********************************************************************************
        Usage of dash-separated 'build-base' will not be supported in future
        versions. Please use the underscore name 'build_base' instead.

        By 2026-Mar-03, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.


[... snipped ...]

        ############################
        Python recognizes 'nwdiag.tests.diagrams.errors' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'nwdiag.tests.diagrams.errors' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'nwdiag.tests.diagrams.errors' to be distributed and are
        already explicitly excluding 'nwdiag.tests.diagrams.errors' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'packetdiag.tests' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'packetdiag.tests' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'packetdiag.tests' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'packetdiag.tests' to be distributed and are
        already explicitly excluding 'packetdiag.tests' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'packetdiag.tests.diagrams' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'packetdiag.tests.diagrams' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'packetdiag.tests.diagrams' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'packetdiag.tests.diagrams' to be distributed and are
        already explicitly excluding 'packetdiag.tests.diagrams' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'rackdiag.tests' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rackdiag.tests' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'rackdiag.tests' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'rackdiag.tests' to be distributed and are
        already explicitly excluding 'rackdiag.tests' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
/usr/lib/python3/dist-packages/setuptools/command/build_py.py:212: _Warning: Package 'rackdiag.tests.diagrams' is absent from the `packages` configuration.
!!

        ********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'rackdiag.tests.diagrams' as an importable package[^1],
        but it is absent from setuptools' `packages` configuration.

        This leads to an ambiguous overall configuration. If you want to distribute this
        package, please make sure that 'rackdiag.tests.diagrams' is explicitly added
        to the `packages` configuration field.

        Alternatively, you can also rely on setuptools' discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).

        You can read more about "package discovery" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html

        If you don't want 'rackdiag.tests.diagrams' to be distributed and are
        already explicitly excluding 'rackdiag.tests.diagrams' via
        `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`,
        you can try to use `exclude_package_data`, or `include-package-data=False` in
        combination with a more fine grained `package-data` configuration.

        You can read more about "package data files" on setuptools documentation page:

        - https://setuptools.pypa.io/en/latest/userguide/datafiles.html


        [^1]: For Python, any directory (with suitable naming) can be imported,
              even if it does not contain any `.py` files.
              On the other hand, currently there is no concept of package data
              directory, all directories are treated like packages.
        ********************************************************************************

!!
  check.warn(importable)
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/packetdiag/tests
copying src/packetdiag/tests/test_generate_diagram.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/packetdiag/tests
copying src/packetdiag/tests/test_rst_directives.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/packetdiag/tests
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/packetdiag/tests/diagrams
copying src/packetdiag/tests/diagrams/oneliner.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/packetdiag/tests/diagrams
copying src/packetdiag/tests/diagrams/oneliner_with_quoted.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/packetdiag/tests/diagrams
copying src/packetdiag/tests/diagrams/oneliner_without_last_semicolon.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/packetdiag/tests/diagrams
copying src/packetdiag/tests/diagrams/scale_direction.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/packetdiag/tests/diagrams
copying src/packetdiag/tests/diagrams/scale_interval.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/packetdiag/tests/diagrams
copying src/packetdiag/tests/diagrams/tcp.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/packetdiag/tests/diagrams
copying src/packetdiag/tests/diagrams/tcp_2.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/packetdiag/tests/diagrams
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests
copying src/rackdiag/tests/test_builder.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests
copying src/rackdiag/tests/test_generate_diagram.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests
copying src/rackdiag/tests/test_rst_directives.py -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests/diagrams
copying src/rackdiag/tests/diagrams/autonumber.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests/diagrams
copying src/rackdiag/tests/diagrams/multi_rackitem.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests/diagrams
copying src/rackdiag/tests/diagrams/multi_racks.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests/diagrams
copying src/rackdiag/tests/diagrams/oneliner.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests/diagrams
copying src/rackdiag/tests/diagrams/oneliner_with_quoted.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests/diagrams
copying src/rackdiag/tests/diagrams/oneliner_without_last_semicolon.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests/diagrams
copying src/rackdiag/tests/diagrams/rack_height.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests/diagrams
copying src/rackdiag/tests/diagrams/rack_height_for_multi_racks.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests/diagrams
copying src/rackdiag/tests/diagrams/simple.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/rackdiag/tests/diagrams
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/autoexpand_node_width.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/connected_networks.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/connected_networks2.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/connected_networks3.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/diagram_attributes.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/group_across_network.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/group_and_peer_network.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/group_inner_network.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/group_network.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/group_outer_network.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/node_address_attribute.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/node_attributes.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/node_belongs_to_multiple_networks.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/node_including_hyphen.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/peer_network.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/peer_network2.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/peer_network3.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/peer_network4.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/peer_network5.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/peer_network_branched.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/same_peer_network.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/single_network.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/split_group.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
copying src/nwdiag/tests/diagrams/two_networks.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams/errors
copying src/nwdiag/tests/diagrams/errors/peer_network_in_same_node.diag -> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/diagrams/errors
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PYBUILD_TEST_ARGS=nwdiag/tests dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_nwdiag/build; python3.13 -m pytest nwdiag/tests
============================= test session starts ==============================
platform linux -- Python 3.13.7, pytest-8.4.1, pluggy-1.6.0
rootdir: /<<PKGBUILDDIR>>
plugins: typeguard-4.4.4
collected 66 items / 1 error

==================================== ERRORS ====================================
_ ERROR collecting .pybuild/cpython3_3.13_nwdiag/build/nwdiag/tests/test_generate_diagram.py _
'yield' keyword is allowed in fixtures, but not in tests (testcase_generator)
=============================== warnings summary ===============================
../../../../../../usr/lib/python3/dist-packages/blockdiag/noderenderer/__init__.py:18
  /usr/lib/python3/dist-packages/blockdiag/noderenderer/__init__.py:18: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    import pkg_resources

#1114236#10
Date:
2025-09-26 16:01:49 UTC
From:
To:
This is because pytest 8.4 now fails more kinds of test it can't
actually run, here nose-style yield tests.

The root issue is in
https://sources.debian.org/src/blockdiag/3.0.0%2Bdfsg-3/src/blockdiag/tests/test_generate_diagram.py
and is fixed by
https://github.com/blockdiag/blockdiag/pull/175
but as actdiag/nxdiag/seqdiag import that test file and base some of
their tests on it, those packages will also need changes.

#1114236#17
Date:
2025-09-27 21:42:26 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
nwdiag, 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 1114236@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rebecca N. Palmer <rebecca_palmer@zoho.com> (supplier of updated nwdiag 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Sat, 27 Sep 2025 13:25:13 +0100
Source: nwdiag
Architecture: source
Version: 3.0.0+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Changed-By: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Closes: 1114236
Changes:
 nwdiag (3.0.0+dfsg-3) unstable; urgency=medium
 .
   * Team upload.
   * Tests: stop using yield. (Closes: #1114236)
   * Bump Standards-Version to 4.7.2 (no changes needed).
   * Add autopkgtest.
   * Run but ignore packetdiag tests.
   * Add salsa-ci.yml.
Checksums-Sha1:
 ba567872ab08ca68687a24146830aba808dd2eb1 2193 nwdiag_3.0.0+dfsg-3.dsc
 bc7f7c4c014d01c68032b7194d261a128c5ec00a 6484 nwdiag_3.0.0+dfsg-3.debian.tar.xz
 509ed6832fd2b8ca05c238a1dba73fb25a47df95 5541 nwdiag_3.0.0+dfsg-3_source.buildinfo
Checksums-Sha256:
 3de0b3acb3b7855a3847dba1b40e217de824029a4ceefd974aa67c2986451971 2193 nwdiag_3.0.0+dfsg-3.dsc
 3afc5f8197bca3a8b7beeb6a349017680ac90bc8809dc2e7c73c2965e2ea0348 6484 nwdiag_3.0.0+dfsg-3.debian.tar.xz
 f874ef9646585c995b98e6d11d85954d27b436930103ae7d7aadcea847a72e9d 5541 nwdiag_3.0.0+dfsg-3_source.buildinfo
Files:
 007d03a38c03e3065cb51d283d24f82e 2193 python optional nwdiag_3.0.0+dfsg-3.dsc
 240f6bfa316fb64fc4875c7f1ca2d24c 6484 python optional nwdiag_3.0.0+dfsg-3.debian.tar.xz
 0c35d55561fe00278185afa6cd5567d8 5541 python optional nwdiag_3.0.0+dfsg-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----

iQJMBAEBCgA2FiEEZ8sxEAXE7b4yF1MI3uUNDVZ+omYFAmjYUJgYHHJlYmVjY2Ff
cGFsbWVyQHpvaG8uY29tAAoJEN7lDQ1WfqJmXNcQAL6KHQ+3oUk9aGrmSZJqYOnA
Sgv53pRXdvaXVGa2frNTO/b8GBlZUeHLyfzfakYli/x0WJWEQ0fOJZ5nCO7uQ+DA
qUggkCf6xyunu+5lPZue8T/H005jWB/bgF/hc+T3kp6qWDWEBgxrm40nCpz1GkZg
vh7LOe3f3cC1kq4sNWgs/yqWFvoT1kh6ZecvwjHrNpjdzHiM7M6/2cfI+GPFny6J
23iKBdaNP4XCuZOVUJijeDIblOYdbpUVK5Ha986yPB1gG2jr7GvLo86A4y6r60h2
uy6sq4gL7wNfz1IuqJG9oxUzdLrbkj01T6qx2gglqSCE1rGauIjfetApf7nzaAJR
E8GBj7/voA+mbj7AOg6JJw5RA6SJBzVmrJNlOU1t/Q9qqdWX/5O5afN55zyUXJHQ
4hg+omwObjrJWXsDKasYZ20AvMkgCdVsfn5h3RAlef6qE0jCwJZbSXCVAsUFzinR
eR9ixHltqYpkzKKRoCUqUySy3FFLAJQnCbv0rOdnkV2DZ4/kLylTLTDdf9RRM8Ej
KYfESSUKsgCSlIFbyaORveNUEZmT0MASO/3vC6K8buc0poUbrRcDSTU1Y5EbjTnT
OzKH/2JeTjPbu4L7nN3Ow+mmXnP6qBLFFir00SXgTesk3t6lrBsQQYkfIbmkk4xn
n4+mIgDdgeOskMpiH5Jk
=AG0P
-----END PGP SIGNATURE-----

#1114236#22
Date:
2025-09-28 07:01:24 UTC
From:
To:
Failed to build because I forgot to import pytest in the previous patch.