python.pkgs.pyx: disable tests to fix build

This commit is contained in:
Frederik Rietdijk 2017-08-25 10:44:16 +02:00
parent b1c1892e2d
commit fec771fbb4

View File

@ -18145,6 +18145,9 @@ in {
};
disabled = !isPy3k;
# No tests in archive
doCheck = false;
meta = {
description = "Python package for the generation of PostScript, PDF, and SVG files";