Revert "python313Packages.picosvg: disable failing tests"

This commit is contained in:
Sandro
2026-02-25 02:02:46 +01:00
committed by GitHub
parent d19c61bed8
commit cdbec1bd73
@@ -44,11 +44,6 @@ 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";