Your message dated Thu, 29 Jan 2026 15:05:23 +0000
with message-id <[email protected]>
and subject line Bug#1124166: fixed in inkcut 2.1.7+dfsg-2
has caused the Debian Bug report #1124166,
regarding inkcut: FTBFS: INTERNALERROR> AttributeError: module 'PySide6' has no 
attribute 'QtTest'
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.)


-- 
1124166: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1124166
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:inkcut
Version: 2.1.7+dfsg-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:inkcut, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:384: python3.14 setup.py clean 
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_inkcut/build' (and everything 
under it)
'build/bdist.linux-x86_64' does not exist -- can't clean it
'build/scripts-3.14' does not exist -- can't clean it
I: pybuild base:384: python3.13 setup.py clean 
running clean
removing '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/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

[... snipped ...]

              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 'inkcut.res.icons' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'inkcut.res.icons' 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 'inkcut.res.icons' 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 'inkcut.res.icons' to be distributed and are
        already explicitly excluding 'inkcut.res.icons' 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 'inkcut.res.media' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'inkcut.res.media' 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 'inkcut.res.media' 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 'inkcut.res.media' to be distributed and are
        already explicitly excluding 'inkcut.res.media' 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 'inkcut.res.translations' is absent from the `packages` configuration.
!!

        
********************************************************************************
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'inkcut.res.translations' 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 'inkcut.res.translations' 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 'inkcut.res.translations' to be distributed and are
        already explicitly excluding 'inkcut.res.translations' 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_inkcut/build/inkcut/res
copying inkcut/res/inkcut.desktop -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res
copying inkcut/res/inkcut_open.desktop -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/icons
copying inkcut/res/icons/logo.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/icons
copying inkcut/res/icons/shape_copy.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/icons
copying inkcut/res/icons/shape_square_down.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/icons
copying inkcut/res/icons/shape_square_height.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/icons
copying inkcut/res/icons/shape_square_width.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/icons
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/background.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/copy-col-spacing.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/copy-row-spacing.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/inkcut.svg -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/inkcut_splash.svg -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/material-length.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/material-splash.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/material-width.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/media-playback-pause.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/media-playback-start.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/panel-margin.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/path-length.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/path-scale.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/path-width.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/position-x.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/position-y.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/tile-col-overlap.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/tile-row-overlap.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
copying inkcut/res/media/tile-row.png -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/media
creating 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/translations
copying inkcut/res/translations/de_DE.qm -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/translations
copying inkcut/res/translations/de_DE.ts -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/translations
copying inkcut/res/translations/fr_FR.qm -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/translations
copying inkcut/res/translations/fr_FR.ts -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/res/translations
copying inkcut/device/dialogs.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device
copying inkcut/device/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device
copying inkcut/device/view.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device
copying inkcut/joystick/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/joystick
copying inkcut/joystick/view.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/joystick
copying inkcut/monitor/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/monitor
copying inkcut/monitor/view.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/monitor
copying inkcut/cli/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/cli
copying inkcut/core/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/core
copying inkcut/job/dialogs.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/job
copying inkcut/job/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/job
copying inkcut/job/menu.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/job
copying inkcut/job/settings.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/job
copying inkcut/job/view.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/job
copying inkcut/ui/dock.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/ui
copying inkcut/ui/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/ui
copying inkcut/ui/settings.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/ui
copying inkcut/preview/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/preview
copying inkcut/preview/settings.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/preview
copying inkcut/preview/view.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/preview
copying inkcut/console/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/console
copying inkcut/console/view.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/console
copying inkcut/device/drivers/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/drivers
copying inkcut/device/protocols/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/protocols
copying inkcut/device/protocols/view.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/protocols
copying inkcut/device/contour/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/contour
copying inkcut/device/contour/view.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/contour
copying inkcut/device/filters/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/filters
copying inkcut/device/filters/view.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/filters
copying inkcut/device/pi/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/pi
copying inkcut/device/pi/view.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/pi
copying inkcut/device/transports/printer/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/printer
copying inkcut/device/transports/printer/settings.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/printer
copying inkcut/device/transports/qtserialport/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/qtserialport
copying inkcut/device/transports/qtserialport/settings.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/qtserialport
copying inkcut/device/transports/parallelport/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/parallelport
copying inkcut/device/transports/parallelport/settings.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/parallelport
copying inkcut/device/transports/raw/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/raw
copying inkcut/device/transports/raw/settings.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/raw
copying inkcut/device/transports/disk/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/disk
copying inkcut/device/transports/disk/settings.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/disk
copying inkcut/device/transports/serialport/manifest.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/serialport
copying inkcut/device/transports/serialport/settings.enaml -> 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build/inkcut/device/transports/serialport
I: pybuild pybuild:414: /usr/lib/qt5/bin/lrelease 
/<<PKGBUILDDIR>>/inkcut/res/translations/*.ts
Updating '/<<PKGBUILDDIR>>/inkcut/res/translations/de_DE.qm'...
    Generated 170 translation(s) (170 finished and 0 unfinished)
Updating '/<<PKGBUILDDIR>>/inkcut/res/translations/fr_FR.qm'...
    Generated 168 translation(s) (168 finished and 0 unfinished)
    Ignored 1 untranslated source text(s)
   debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
pod2man -c "User Commands" --release "Inkcut 2.1.7+dfsg" --section 1 
debian/inkcut.pod > debian/inkcut.1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:384: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_inkcut/build; 
python3.14 -m pytest -k 'not test_app'
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
314, in wrap_session
INTERNALERROR>     config._do_configure()
INTERNALERROR>     ~~~~~~~~~~~~~~~~~~~~^^
INTERNALERROR>   File 
"/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1159, in 
_do_configure
INTERNALERROR>     
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR>     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 
534, in call_historic
INTERNALERROR>     res = self._hookexec(self.name, self._hookimpls.copy(), 
kwargs, False)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 
120, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook_name, methods, kwargs, 
firstresult)
INTERNALERROR>            
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 
167, in _multicall
INTERNALERROR>     raise exception
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 
121, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pytestqt/plugin.py", line 
243, in pytest_configure
INTERNALERROR>     qt_api.set_qt_api(config.getini("qt_api"))
INTERNALERROR>     ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pytestqt/qt_compat.py", 
line 110, in set_qt_api
INTERNALERROR>     self.QtTest = _import_module("QtTest")
INTERNALERROR>                   ~~~~~~~~~~~~~~^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pytestqt/qt_compat.py", 
line 106, in _import_module
INTERNALERROR>     return getattr(m, module_name)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/PySide6/__init__.py", 
line 127, in __getattr__
INTERNALERROR>     raise AttributeError(f"module '{__name__}' has no attribute 
'{name}' :)")
INTERNALERROR> AttributeError: module 'PySide6' has no attribute 'QtTest' :)
E: pybuild pybuild:483: test: plugin distutils failed with: exit code=3: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14_inkcut/build; python3.14 -m pytest -k 
'not test_app'
I: pybuild base:384: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build; 
python3.13 -m pytest -k 'not test_app'
INTERNALERROR> Traceback (most recent call last):
INTERNALERROR>   File "/usr/lib/python3/dist-packages/_pytest/main.py", line 
314, in wrap_session
INTERNALERROR>     config._do_configure()
INTERNALERROR>     ~~~~~~~~~~~~~~~~~~~~^^
INTERNALERROR>   File 
"/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 1159, in 
_do_configure
INTERNALERROR>     
self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
INTERNALERROR>     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_hooks.py", line 
534, in call_historic
INTERNALERROR>     res = self._hookexec(self.name, self._hookimpls.copy(), 
kwargs, False)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_manager.py", line 
120, in _hookexec
INTERNALERROR>     return self._inner_hookexec(hook_name, methods, kwargs, 
firstresult)
INTERNALERROR>            
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 
167, in _multicall
INTERNALERROR>     raise exception
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pluggy/_callers.py", line 
121, in _multicall
INTERNALERROR>     res = hook_impl.function(*args)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pytestqt/plugin.py", line 
243, in pytest_configure
INTERNALERROR>     qt_api.set_qt_api(config.getini("qt_api"))
INTERNALERROR>     ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pytestqt/qt_compat.py", 
line 110, in set_qt_api
INTERNALERROR>     self.QtTest = _import_module("QtTest")
INTERNALERROR>                   ~~~~~~~~~~~~~~^^^^^^^^^^
INTERNALERROR>   File "/usr/lib/python3/dist-packages/pytestqt/qt_compat.py", 
line 106, in _import_module
INTERNALERROR>     return getattr(m, module_name)
INTERNALERROR>   File "/usr/lib/python3/dist-packages/PySide6/__init__.py", 
line 127, in __getattr__
INTERNALERROR>     raise AttributeError(f"module '{__name__}' has no attribute 
'{name}' :)")
INTERNALERROR> AttributeError: module 'PySide6' has no attribute 'QtTest' :)
E: pybuild pybuild:483: test: plugin distutils failed with: exit code=3: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_inkcut/build; python3.13 -m pytest -k 
'not test_app'
dh_auto_test: error: pybuild --test -i python{version} -p "3.14 3.13" returned 
exit code 13
make: *** [debian/rules:20: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: inkcut
Source-Version: 2.1.7+dfsg-2
Done: Gianfranco Costamagna <[email protected]>

We believe that the bug you reported is fixed in the latest version of
inkcut, 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.
Gianfranco Costamagna <[email protected]> (supplier of updated inkcut 
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: Thu, 29 Jan 2026 13:51:04 +0100
Source: inkcut
Built-For-Profiles: noudeb
Architecture: source
Version: 2.1.7+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Closes: 1124166
Changes:
 inkcut (2.1.7+dfsg-2) unstable; urgency=medium
 .
   * Team upload
   * Make sure PYTEST_QT_API=pyqt5 is used to avoid wrong testing backend
     being used when additional dependencies are installed (Closes: #1124166)
Checksums-Sha1:
 6e1006963cbc7bebe0483130e9d1c1ee07277dfa 2741 inkcut_2.1.7+dfsg-2.dsc
 520505c3479c4d9406fcafc14eb917dd019e0b71 6184 inkcut_2.1.7+dfsg-2.debian.tar.xz
 812a16b5453e98184b7d8ce3714f95885937ca57 13378 
inkcut_2.1.7+dfsg-2_source.buildinfo
Checksums-Sha256:
 5d9bdd9db4f6f5f147a29a4c9e0b3b79182d8a98fe90f1995c246490c7474b56 2741 
inkcut_2.1.7+dfsg-2.dsc
 29f22bf7a201432e5c54789205b591a98dcffc4957cc98daf3a62e01540ec732 6184 
inkcut_2.1.7+dfsg-2.debian.tar.xz
 87ea232dcc1115d29b4aeb494618fe8dcf3322bcffd8a6ce350f81081d912232 13378 
inkcut_2.1.7+dfsg-2_source.buildinfo
Files:
 5b278916b39e9d536bed2ea28d4a8e78 2741 graphics optional inkcut_2.1.7+dfsg-2.dsc
 69f7b32a727d96f612a65dedd7dc6094 6184 graphics optional 
inkcut_2.1.7+dfsg-2.debian.tar.xz
 620c9563a6a5f112094fdee96c1c2e59 13378 graphics optional 
inkcut_2.1.7+dfsg-2_source.buildinfo

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

iQIzBAEBCgAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAml7YzQACgkQ808JdE6f
Xdnd7Q/+OGx448XHd5QeA9Ih0Cf85LAtwcySkjkoZ0NfZXgI6ZutfQz/ebwHGnPH
rcpo0d1jCBSGmOojkH2QZr1+oFHT9hOfSp5XBCMeFJ1auVJn1WmVK+cqrIbKkmEp
BQaWaZNcW3zZKoll0YXuj6wvjaIbzxjYDT34rfFwNvT/7riJ5X7WmhdX/zI45u4V
e/k9vWnk3BZ+TlKVhpLNOc+a2QzIOUmy+J/NWnZbQOgFVktPqoV9TE459Cyv9sNi
xiItl2ojGHaJQ0j5ZxYGYOlpwziP0skoty0OHg1eywyAERXNQQBKLo9qsRj6+NsW
oN293JQtHx2iv+V2yOWxJalXgZKW/BYLZqeNLvCFQEe0QCsSdfBAsL7mThks1GI/
JdkVdIj7anVbYf7FKVaiWz2VoXozQt0N96XbQipd4hVQRsNP2DBHqLNEIHqC4GbW
3oehRjI1cghblM7jV0EKKp7s2SLvntrR+OsYcDuV1ZfzuXN5R68ilA5g1jSjtIuW
LJ8ASjD4E7FVBIbFtiDviK1qYSd4nM7Rn17+cKH1f3bUPi5YlwWZMGjETZ4AvN5s
Ias3UJtqZsIKFfW257Yim+oa7JRGgvq8PAWJkXB0Ap0t+1dyjjKS6cZJ3/U901dW
CSOcnCM/5KtoEKNO0z+arwalmpMowDaYfU/3X8YZIYRQsNDjiHo=
=WRgx
-----END PGP SIGNATURE-----

Attachment: pgprukwJIKuoM.pgp
Description: PGP signature


--- End Message ---

Reply via email to