You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI: skip GUI theme test without qt_material, clear Sonar/Codacy new-code findings
- test_r3_gui_main_window: importorskip qt_material so the headless job
(PySide6 but no theme extra) skips instead of erroring collection.
- Clear Sonar new-code BUG/VULNERABILITY findings on the round-3 tests:
slice access over index, pytest.approx for exact floats, dummy host
URLs to https, and justified NOSONAR on reflexivity/side-effect asserts
and the loopback-test TLS context.
- nosemgrep the two Codacy false positives (subprocess.TimeoutExpired is
an exception class, not a subprocess call).
subprocess.TimeoutExpired(cmd="sleep", timeout=1.0),# nosemgrep: python.lang.security.audit.dangerous-subprocess-use-audit.dangerous-subprocess-use-audit # reason: exception instance for parametrize, not a subprocess call
0 commit comments