Merge pull request #28884 from FRidh/python-fixes

Python: several fixes
This commit is contained in:
Frederik Rietdijk
2017-09-05 11:16:41 +02:00
committed by Frederik Rietdijk
parent 036bafe0b9
commit 67651d80bc
71 changed files with 1365 additions and 761 deletions

View File

@@ -3,6 +3,7 @@
, buildPythonPackage
, pytest
, isPy3k
, psutil
}:
let
@@ -16,7 +17,7 @@ in buildPythonPackage rec {
sha256 = "875f80a046e7799b40df4b015b8fc5dae91697936872a8d7362c909a02ec6d12";
};
buildInputs = [ pytest ];
checkInputs = [ pytest psutil ];
checkPhase = ''
py.test