pythonPackages.prov: More descriptive reason for skipping check phase
This commit is contained in:
parent
100bf5ae98
commit
497e5183e5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue