Your message dated Sat, 06 Sep 2025 12:49:31 +0000
with message-id <[email protected]>
and subject line Bug#1114047: fixed in androguard 3.4.0~a1-18
has caused the Debian Bug report #1114047,
regarding androguard: FTBFS: dh_auto_test: error: pybuild --test --test-pytest 
-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.)


-- 
1114047: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114047
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:androguard
Version: 3.4.0~a1-17
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:androguard, 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
I: pybuild base:311: python3.13 setup.py clean 
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: Apache Software License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build' (and everything under 
it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.13' does not exist -- can't clean it
   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
I: pybuild base:311: python3.13 setup.py config 
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: Apache Software License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running config
   dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build 
/usr/lib/python3/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: 
setuptools.installer and fetch_build_eggs are deprecated.
!!

        
********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        
********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)
/usr/lib/python3/dist-packages/setuptools/dist.py:759: 
SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!

        
********************************************************************************
        Please consider removing the following classifiers in favor of a SPDX 
license expression:

        License :: OSI Approved :: Apache Software License

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  self._finalize_license_expression()
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard
copying androguard/session.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard
copying androguard/misc.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard
copying androguard/util.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard
copying androguard/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/cli
copying androguard/cli/entry_points.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/cli
copying androguard/cli/main.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/cli
copying androguard/cli/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/cli
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/stringswindow.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/HexViewMode.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/TextSelection.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/methodswindow.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/sourcewindow.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/cemu.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/apiwindow.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/mainwindow.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/treewindow.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/resourceswindow.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/DisasmViewMode.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/xrefwindow.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/helpers.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/SourceViewMode.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/ViewMode.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/fileloading.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/TextDecorators.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/binwindow.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/Banners.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/renamewindow.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/DataModel.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/BinViewMode.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler
copying androguard/decompiler/decompiler.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler
copying androguard/decompiler/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core
copying androguard/core/mutf8.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core
copying androguard/core/bytecode.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core
copying androguard/core/androconf.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core
copying androguard/core/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
copying androguard/decompiler/dad/control_flow.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
copying androguard/decompiler/dad/opcode_ins.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
copying androguard/decompiler/dad/basic_blocks.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
copying androguard/decompiler/dad/dataflow.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
copying androguard/decompiler/dad/node.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
copying androguard/decompiler/dad/graph.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
copying androguard/decompiler/dad/decompile.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
copying androguard/decompiler/dad/instruction.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
copying androguard/decompiler/dad/util.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
copying androguard/decompiler/dad/writer.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
copying androguard/decompiler/dad/dast.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
copying androguard/decompiler/dad/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/decompiler/dad
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/analysis
copying androguard/core/analysis/tags.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/analysis
copying androguard/core/analysis/auto.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/analysis
copying androguard/core/analysis/analysis.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/analysis
copying androguard/core/analysis/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/analysis
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources
copying androguard/core/api_specific_resources/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/bytecodes
copying androguard/core/bytecodes/dvm_types.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/bytecodes
copying androguard/core/bytecodes/apk.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/bytecodes
copying androguard/core/bytecodes/dvm.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/bytecodes
copying androguard/core/bytecodes/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/bytecodes
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/resources
copying androguard/core/resources/public.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/resources
copying androguard/core/resources/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/resources
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/bytecodes/axml
copying androguard/core/bytecodes/axml/types.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/bytecodes/axml
copying androguard/core/bytecodes/axml/__init__.py -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/bytecodes/axml
copying androguard/gui/annotation.ui -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/search.ui -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
copying androguard/gui/androguard.ico -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/gui
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_5.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_26.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_25.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_14.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_27.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_8.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_18.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_21.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_7.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_15.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_19.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_9.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_13.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_22.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_17.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_4.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_28.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_6.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_24.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_23.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_10.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
copying 
androguard/core/api_specific_resources/aosp_permissions/permissions_16.json -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/aosp_permissions
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/api_permission_mappings
copying 
androguard/core/api_specific_resources/api_permission_mappings/permissions_25.json
 -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/api_permission_mappings
copying 
androguard/core/api_specific_resources/api_permission_mappings/permissions_18.json
 -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/api_permission_mappings
copying 
androguard/core/api_specific_resources/api_permission_mappings/permissions_21.json
 -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/api_permission_mappings
copying 
androguard/core/api_specific_resources/api_permission_mappings/permissions_19.json
 -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/api_permission_mappings
copying 
androguard/core/api_specific_resources/api_permission_mappings/permissions_22.json
 -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/api_permission_mappings
copying 
androguard/core/api_specific_resources/api_permission_mappings/permissions_17.json
 -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/api_permission_mappings
copying 
androguard/core/api_specific_resources/api_permission_mappings/permissions_24.json
 -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/api_permission_mappings
copying 
androguard/core/api_specific_resources/api_permission_mappings/permissions_23.json
 -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/api_permission_mappings
copying 
androguard/core/api_specific_resources/api_permission_mappings/permissions_16.json
 -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/api_specific_resources/api_permission_mappings
copying androguard/core/resources/public.xml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/resources
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build'; 
python3.13 -m pytest 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 158 items / 1 error

==================================== ERRORS ====================================
____ ERROR collecting .pybuild/cpython3_3.13/build/tests/test_decompiler.py ____
'yield' keyword is allowed in fixtures, but not in tests (test_all_decompiler)
=============================== warnings summary ===============================
tests/test_entry_points.py:4
  /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/tests/test_entry_points.py:4: 
DeprecationWarning: pkg_resources is deprecated as an API. See 
https://setuptools.pypa.io/en/latest/pkg_resources.html
    from pkg_resources import resource_filename

androguard/core/bytecodes/dvm.py:7632
androguard/core/bytecodes/dvm.py:7632
androguard/core/bytecodes/dvm.py:7632
androguard/core/bytecodes/dvm.py:7632
  
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build/androguard/core/bytecodes/dvm.py:7632:
 DeprecationWarning: deprecated, this method does nothing!
    warnings.warn("deprecated, this method does nothing!", DeprecationWarning)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info ============================
ERROR tests/test_decompiler.py - Failed: 'yield' keyword is allowed in fixtur...
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
========================= 5 warnings, 1 error in 1.19s =========================
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=2: cd 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13/build'; python3.13 -m pytest tests
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.13 
returned exit code 13
make: *** [debian/rules:7: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: androguard
Source-Version: 3.4.0~a1-18
Done: Alexandre Detiste <[email protected]>

We believe that the bug you reported is fixed in the latest version of
androguard, 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.
Alexandre Detiste <[email protected]> (supplier of updated androguard 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: Sat, 06 Sep 2025 14:36:53 +0200
Source: androguard
Architecture: source
Version: 3.4.0~a1-18
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1114047
Changes:
 androguard (3.4.0~a1-18) unstable; urgency=medium
 .
   * Team upload.
   * Compatibility with Pytest 8.4 (Closes: #1114047)
Checksums-Sha1:
 15965d79c28a201690ebe4c3934c5c61971d9d67 2352 androguard_3.4.0~a1-18.dsc
 2b0a0892fce35c68ac0859d84af6a2c3950bc7e4 9204 
androguard_3.4.0~a1-18.debian.tar.xz
 3e5af97d36cab377fcc9ef7a9d0878d51190f157 9778 
androguard_3.4.0~a1-18_source.buildinfo
Checksums-Sha256:
 69055a8de11f664971947bed9e88d81d7e229326996592d9a84458dadcb99310 2352 
androguard_3.4.0~a1-18.dsc
 befa873f6bb3cef925c5ff31f4fad9cc3fee37cb9d5a484810da36b975623914 9204 
androguard_3.4.0~a1-18.debian.tar.xz
 8507df517cf30e8169d1dd43daa5083e631128fec9b79db878acba9c0cfed771 9778 
androguard_3.4.0~a1-18_source.buildinfo
Files:
 c64669af4b3d20f9b318f3f44e6b5055 2352 devel optional androguard_3.4.0~a1-18.dsc
 7517a3e6a2006202044857c3d5eb5146 9204 devel optional 
androguard_3.4.0~a1-18.debian.tar.xz
 339273e03d35720249735a887f30273b 9778 devel optional 
androguard_3.4.0~a1-18_source.buildinfo

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

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmi8K2ARHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBr94RAAjJFLHk0HMudtdq536dLy2Y1nmjpDIUCl
ILirzJ5SFw42+953IrkShR77C3nGhhfUAzqhzL+gz7fNr9UcCFfOYjWR5OFqhsve
7nWakapDs8Tc3hY9Wdo0yrTF4XO5XWWwHzj5DYdJmjoxLaoQzlTnqUo2JDbxnHHC
NlBw7w+LQfrTRkgNAIyeN0VMtFzPBSxSRB/OfQaYCUcEX5v3q3j+QQmwd2ixH1fA
Ol8hfqGx/f+QylOyPQhjLkcKe94pZSD8YCeL+RV6fUHPMxki1zJCq3xcVUdgr6XA
54GORlWiQ9pARg427jmacaST71D1qpNTsdvr509qB3CjlTSv0zdsSy91FhdcvWFr
JxDFJmu8eGa9Dujcv9otSTSGu6i6eMjCMgZ08/l9yNUnFcHO6KGS2zsza/+POGRL
Rn+MpO2FR/r4e5YrqYM0KDAmMvEix0oTdNyOmPyrNgKp5Bw712P30uhD9455SApI
YdfumCbtEX8fNJZltbY7tGkPwhOyWAazuJDubrtWjkun1MMeuYd2JvBRquNhu8F7
oM8hIcljqIQQcJTiRyDfEmhdRAPj8mHT2tZu+tNqIrpJ61Y0hLtVbMP4f4SgMPsZ
YIirTI1t/YgraOqTAYdpjsLdUDpYeyMOrgGjLCIdeX/T1q2Va7hJ4kvWGgM+/PeB
7bbDL842gSs=
=vK/H
-----END PGP SIGNATURE-----

Attachment: pgpA6CS90h6sZ.pgp
Description: PGP signature


--- End Message ---

Reply via email to