Merge pull request #56910 from samhug/fix/56908-ppft
pythonPackages.ppft: use custom checkPhase
This commit is contained in:
commit
cc6d98b0de
@ -13,6 +13,10 @@ buildPythonPackage rec {
|
||||
sha256 = "5537b00afb7b247da0f59cc57ee5680178be61c8b2e21b5a0672b70a3d247791";
|
||||
};
|
||||
|
||||
checkPhase = ''
|
||||
python -m ppft.tests
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user