diff --git a/pkgs/development/python-modules/picosvg/default.nix b/pkgs/development/python-modules/picosvg/default.nix index 6af46f01526d..0d4d98f8eae6 100644 --- a/pkgs/development/python-modules/picosvg/default.nix +++ b/pkgs/development/python-modules/picosvg/default.nix @@ -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";