pythonPackages.multidict: Fix the build and tests
(Was broken since 7ce848309e6d64820af1e96045c5386992e90a4a)
This commit is contained in:
parent
369056394f
commit
12c8a44972
@ -1,9 +1,9 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, pytest
|
, cython
|
||||||
|
, pytest, psutil, pytestrunner
|
||||||
, isPy3k
|
, isPy3k
|
||||||
, psutil
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -17,11 +17,8 @@ in buildPythonPackage rec {
|
|||||||
sha256 = "e76909da2fad6966281d4e0e4ccfd3c3025699ebcc30806afa09fa1384c3532b";
|
sha256 = "e76909da2fad6966281d4e0e4ccfd3c3025699ebcc30806afa09fa1384c3532b";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest psutil ];
|
buildInputs = [ cython ];
|
||||||
|
checkInputs = [ pytest psutil pytestrunner ];
|
||||||
checkPhase = ''
|
|
||||||
py.test
|
|
||||||
'';
|
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user