pythonPackages.ppft: use custom checkPhase

This commit is contained in:
Sam Hug 2019-03-05 12:13:05 -08:00
parent f274fc8656
commit 529bffccd8

View File

@ -13,6 +13,10 @@ buildPythonPackage rec {
sha256 = "5537b00afb7b247da0f59cc57ee5680178be61c8b2e21b5a0672b70a3d247791";
};
checkPhase = ''
python -m ppft.tests
'';
propagatedBuildInputs = [ six ];
meta = with stdenv.lib; {