Skip to content

Commit

Permalink
pythonPackages.ppft: use custom checkPhase
Browse files Browse the repository at this point in the history
(cherry picked from commit 529bffc)
Fixed build.

ZHF: #56826
  • Loading branch information
samhug authored and worldofpeace committed Mar 5, 2019
1 parent 0199694 commit dcaf6f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/python-modules/ppft/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ buildPythonPackage rec {
sha256 = "5537b00afb7b247da0f59cc57ee5680178be61c8b2e21b5a0672b70a3d247791";
};

checkPhase = ''
python -m ppft.tests
'';

propagatedBuildInputs = [ six ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit dcaf6f4

Please sign in to comment.