pythonPackages.pytools: fix tests

This commit is contained in:
Frederik Rietdijk 2016-11-14 12:21:28 +01:00
parent 6435a85c3f
commit 5cfcbd89e9

View File

@ -8973,15 +8973,18 @@ in {
sha256 = "0g5w1cira1bl9f2ji11cbr9daj947nrfydydymjp4bbxbpl2jnaq";
};
doCheck = pythonOlder "3.5";
buildInputs = with self; [
decorator
appdirs
six
numpy
pytest
];
checkPhase = ''
py.test -k 'not test_persistent_dict'
'';
meta = {
homepage = https://github.com/inducer/pytools/;
description = "Miscellaneous Python lifesavers.";