python3Packages.zope_i18nmessageid: fix tests
This commit is contained in:
parent
0e13f49e7c
commit
7a8434c710
@ -2,6 +2,8 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, six
|
, six
|
||||||
|
, coverage
|
||||||
|
, zope_testrunner
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -15,6 +17,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ six ];
|
propagatedBuildInputs = [ six ];
|
||||||
|
|
||||||
|
checkInputs = [ coverage zope_testrunner ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/zopefoundation/zope.i18nmessageid";
|
homepage = "https://github.com/zopefoundation/zope.i18nmessageid";
|
||||||
description = "Message Identifiers for internationalization";
|
description = "Message Identifiers for internationalization";
|
||||||
|
Loading…
Reference in New Issue
Block a user