pythonPackages.prov: More descriptive reason for skipping check phase
This commit is contained in:
parent
100bf5ae98
commit
497e5183e5
@ -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)";
|
||||
|
Loading…
Reference in New Issue
Block a user