Your message dated Thu, 08 Jan 2026 11:34:02 +0000
with message-id <[email protected]>
and subject line Bug#1124166: fixed in pytest-qt 4.4.0-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: pytest-qt
Source-Version: 4.4.0-2
Done: Gianfranco Costamagna <[email protected]>

We believe that the bug you reported is fixed in the latest version of
pytest-qt, 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 pytest-qt 
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, 08 Jan 2026 11:52:06 +0100
Source: pytest-qt
Built-For-Profiles: noudeb
Architecture: source
Version: 4.4.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Closes: 1124166
Changes:
 pytest-qt (4.4.0-2) unstable; urgency=medium
 .
   * Team upload
   * Also Recommend python3-pyqt6
   * Depend on pyside6 or pyside2 qttest modules, used by the
     two backends (Closes: #1124166)
     - note, this looks not a clean solution, but I don't see a good
       way to depend on the runtime backend, except for forcing one or the
       other
     - this should fix inkcut build failure
Checksums-Sha1:
 37630cc160d4a0ba69fd3a58839d87c0e4a056f0 2372 pytest-qt_4.4.0-2.dsc
 99701bb4a0e449e8da116a8eeb173b754b11faea 5836 pytest-qt_4.4.0-2.debian.tar.xz
 93d6aa1acc8fbacbac85d0170cd9db15d2467b30 11695 
pytest-qt_4.4.0-2_source.buildinfo
Checksums-Sha256:
 7a5d55f7cb0abdf0043bd989ed2f379e9ed0a2c112444199f127e007c684c677 2372 
pytest-qt_4.4.0-2.dsc
 1d5a09d5427aaa33c6d0936e0c26363edbae462e8e25a2b6e331f123408ee13d 5836 
pytest-qt_4.4.0-2.debian.tar.xz
 5b4d6d47237d1d8ec8112730caa114c513a66cb318ecce3312a9a8f71aaf2168 11695 
pytest-qt_4.4.0-2_source.buildinfo
Files:
 1b73ed261df25b9b83e10aad658d5fc7 2372 python optional pytest-qt_4.4.0-2.dsc
 339dc365c4ea543eb719ac747fbf8ca7 5836 python optional 
pytest-qt_4.4.0-2.debian.tar.xz
 d24686648427c374a29961fb51d32ec3 11695 python optional 
pytest-qt_4.4.0-2_source.buildinfo

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

iQIzBAEBCgAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmlfk1UACgkQ808JdE6f
Xdl/xA//TLoq3DL5aQwrMi0cdVy7SOk2uJBiMUgcm2Rq1IphzJ3SgFArR5ub/MOM
PczJZhq/dL9usWgStrpi9pD6s/jCWkR+5Gg8I5rfqOUgUXjNsIGpggaVVkMESjrw
SGqX1wR/a+oh/PCT1frqdvKNvKYnHxNuoOFu0OVdoxRJiO/wN6Nv0ZOyekaSxheh
BDknhpu2cGNYWfO6Rw/N9l6q9mscbBrKaI1tQf0YDHqI+AzaqvcS5q3C8trp4kt1
ssB1LPzRTVHt/cQOxJyKcGxFTxIQk54+9+BlK7g+I3VtAYgqSj3jExgSdkyOwJQS
uv9H5VfuWd2w4KPqTi04fz45MA4FeeDd7Fe/4n+voJmE+KVu2vZ8LYM5NBRZ8IuR
AU9Nmr3l3fX49w11qEnecgJWMyJvFVt7ka5ZlGTo28BVYecI82TT+eGxTwWY51Be
25TCtpepw8wfZGyamRSBKxxTqKf+plH+AhGSUSdeUzv6dK36UvR4knH8s+CDhecQ
jCGRh4piVYhMaWJOFsUT/LlxROPKYXPftlSZh4W/i5BG/EsYHlrrgumLsZU6uoFl
b96SU0kNAWboJPoy1LN9fJctzGaGlY55G1JuDcFZ+OTpOeXg004x2GpGz91PNSGp
IlUKFXzSK5jbNlqoNHwKR7hkC9g2WKmeWzHn5GdMIBMcj0FQ5dA=
=ePfR
-----END PGP SIGNATURE-----

Attachment: pgpjIYfnaRHDk.pgp
Description: PGP signature


--- End Message ---

Reply via email to