pythonPackages.isodate: fix tests

This commit is contained in:
Frederik Rietdijk 2016-09-01 18:11:50 +02:00
parent 06006f7759
commit b96ba3fc93
1 changed files with 7 additions and 0 deletions

View File

@ -21098,6 +21098,13 @@ in modules // {
sha256 = "42105c41d037246dc1987e36d96f3752ffd5c0c24834dd12e4fdbe1e79544e31";
};
# Judging from SyntaxError
doCheck = !(isPy3k);
checkPhase = ''
${python.interpreter} -m unittest discover -s src/isodate/tests
'';
meta = {
description = "ISO 8601 date/time parser";
homepage = http://cheeseshop.python.org/pypi/isodate;