pythonPackages.SPARQLWrapper: disable tests
This commit is contained in:
parent
bb302c6d7f
commit
67cd2eb861
1 changed files with 3 additions and 0 deletions
|
@ -9078,6 +9078,9 @@ in modules // {
|
||||||
sed -i '/rdflib/d' requirements.txt
|
sed -i '/rdflib/d' requirements.txt
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Doesn't actually run tests
|
||||||
|
doCheck = False;
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
six isodate pyparsing html5lib keepalive
|
six isodate pyparsing html5lib keepalive
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue