python3Packages.wxpython: disable tests

This commit is contained in:
Martin Joerg
2025-12-02 12:07:54 +00:00
parent 3d88bee6a3
commit cd8a580f8b
@@ -148,8 +148,8 @@ buildPythonPackage rec {
'';
# The majority of the tests require a graphical environment, but xvfb-run is available only on Linux.
# Tests on aarch64-linux fail randomly on OfBorg.
doCheck = stdenv.hostPlatform.isx86_64 && stdenv.hostPlatform.isLinux;
# Tests fail randomly on OfBorg and Hydra.
doCheck = false;
checkPhase =
let