pythonPackages.isodate: fix tests
This commit is contained in:
parent
06006f7759
commit
b96ba3fc93
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue