python3Packages.zope_i18nmessageid: fix tests

This commit is contained in:
Jonathan Ringer 2020-06-02 21:26:11 -07:00 committed by Jon
parent 0e13f49e7c
commit 7a8434c710

View File

@ -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";