pythonPackages.SPARQLWrapper: disable tests

This commit is contained in:
Frederik Rietdijk 2016-05-28 14:35:25 +02:00
parent bb302c6d7f
commit 67cd2eb861

View file

@ -9078,6 +9078,9 @@ in modules // {
sed -i '/rdflib/d' requirements.txt
'';
# Doesn't actually run tests
doCheck = False;
propagatedBuildInputs = with self; [
six isodate pyparsing html5lib keepalive
];