Skip to content

Commit

Permalink
pythonPackages.SPARQLWrapper: disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed May 28, 2016
1 parent bb302c6 commit 67cd2eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9078,6 +9078,9 @@ in modules // {
sed -i '/rdflib/d' requirements.txt
'';

# Doesn't actually run tests
doCheck = False;

This comment has been minimized.

Copy link
@dvc94ch

dvc94ch May 28, 2016

Contributor

typo


propagatedBuildInputs = with self; [
six isodate pyparsing html5lib keepalive
];
Expand Down

1 comment on commit 67cd2eb

@FRidh
Copy link
Member Author

@FRidh FRidh commented on 67cd2eb May 28, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep fixed in 9f6fc25

Please sign in to comment.