Unverified Commit cdbec1bd authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Revert "python313Packages.picosvg: disable failing tests"

parent d19c61be
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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";