Merge pull request #56910 from samhug/fix/56908-ppft

pythonPackages.ppft: use custom checkPhase
This commit is contained in:
worldofpeace 2019-03-05 16:56:11 -05:00 committed by GitHub
commit cc6d98b0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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