mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
pythonPackages.pytools: fix tests
This commit is contained in:
parent
6435a85c3f
commit
5cfcbd89e9
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user