pythonPackages.prov: More descriptive reason for skipping check phase

This commit is contained in:
Ashley Gillman 2018-01-17 10:13:34 +10:00 committed by Frederik Rietdijk
parent 100bf5ae98
commit 497e5183e5

View file

@ -26,7 +26,7 @@ buildPythonPackage rec {
pydotplus
rdflib
];
doCheck = false; # takes forever!
doCheck = false; # takes ~60 mins
meta = with stdenv.lib; {
description = "A Python library for W3C Provenance Data Model (PROV)";