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 pydotplus
rdflib rdflib
]; ];
doCheck = false; # takes forever! doCheck = false; # takes ~60 mins
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A Python library for W3C Provenance Data Model (PROV)"; description = "A Python library for W3C Provenance Data Model (PROV)";