python.pkgs.multidict: fix tests
This commit is contained in:
parent
2f91d7fd36
commit
8fca4f3fdf
@ -3,6 +3,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, pytest
|
, pytest
|
||||||
, isPy3k
|
, isPy3k
|
||||||
|
, psutil
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -16,7 +17,7 @@ in buildPythonPackage rec {
|
|||||||
sha256 = "875f80a046e7799b40df4b015b8fc5dae91697936872a8d7362c909a02ec6d12";
|
sha256 = "875f80a046e7799b40df4b015b8fc5dae91697936872a8d7362c909a02ec6d12";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest ];
|
checkInputs = [ pytest psutil ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test
|
py.test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user