python.pkgs.cerberus: specify checkInputs
This commit is contained in:
parent
3b0221b003
commit
e15ba18cee
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi }:
|
{ stdenv, buildPythonPackage, fetchPypi, pytestrunner, pytest }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Cerberus";
|
pname = "Cerberus";
|
||||||
@ -9,6 +9,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "a5b39090fde3ec3294c9d7030b8eda935b42222160a66a922e0c8aea34cabfdf";
|
sha256 = "a5b39090fde3ec3294c9d7030b8eda935b42222160a66a922e0c8aea34cabfdf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
checkInputs = [ pytestrunner pytest ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://python-cerberus.org/;
|
homepage = http://python-cerberus.org/;
|
||||||
description = "Lightweight, extensible schema and data validation tool for Python dictionaries";
|
description = "Lightweight, extensible schema and data validation tool for Python dictionaries";
|
||||||
|
Loading…
Reference in New Issue
Block a user