Skip to content

"RuntimeError: Failed to disconnect" with PySide6==6.7.0 #552

Closed as not planned
@bersbersbers

Description

@bersbersbers

I recently tried upgrading to an early PySide6==6.7.0 (via https://download.qt.io/snapshots/ci/pyside/6.7/latest/pyside6), and I find that pytest then issues a lot of warnings that I cannot seem to suppress:

c:\Code\project.venv\Lib\site-packages\pytestqt\wait_signal.py:741: RuntimeError: Failed to disconnect (<bound method _AbstractSignalBlocker._quit_loop_by_timeout of <pytestqt.wait_signal.SignalBlocker object at 0x000001BE3BDA6390>>) from signal "timeout()".
signal.disconnect(slot)

filterwarnings = ["ignore"] does not seem to have an effect, possibly because RuntimeError is not a proper warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions