pythonPackages.lazy-object-proxy: fixup build
This commit is contained in:
parent
a23e098bf9
commit
5533eaa2d4
@ -2,6 +2,7 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pytest
|
, pytest
|
||||||
|
, setuptools_scm
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -13,7 +14,9 @@ buildPythonPackage rec {
|
|||||||
sha256 = "fd135b8d35dfdcdb984828c84d695937e58cc5f49e1c854eb311c4d6aa03f4f1";
|
sha256 = "fd135b8d35dfdcdb984828c84d695937e58cc5f49e1c854eb311c4d6aa03f4f1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest ];
|
nativeBuildInputs = [ setuptools_scm ];
|
||||||
|
|
||||||
|
checkInputs = [ pytest ];
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test tests
|
py.test tests
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user