python313Packages.picosvg: disable failing tests

This commit is contained in:
Nick Cao
2026-02-23 08:29:41 -05:00
parent f2a16517fc
commit 33a4b4235d
@@ -34,6 +34,11 @@ buildPythonPackage rec {
# a few tests are failing on aarch64
doCheck = !stdenv.hostPlatform.isAarch64;
disabledTests = [
# test fixtures need to be regenerated after skia-pathops update
"test_topicosvg"
];
meta = {
description = "Tool to simplify SVGs";
mainProgram = "picosvg";