mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.qasync: fix build (#546289)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user