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.