python3Packages.qasync: fix build (#546289)

This commit is contained in:
kirillrdy
2026-08-20 05:46:13 +00:00
committed by GitHub

View File

@@ -34,10 +34,11 @@ buildPythonPackage rec {
pythonImportsCheck = [ "qasync" ];
# crashes the interpreter
disabledTestPaths = [
"tests/test_qeventloop.py"
"tests/test_run.py"
env.QT_QPA_PLATFORM = "offscreen";
disabledTests = [
"test_no_stale_reference_as_argument"
"test_no_stale_reference_as_result"
];
meta = {