python.pkgs.multidict: fix tests
This commit is contained in:
parent
2f91d7fd36
commit
8fca4f3fdf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user