mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 00:53:01 +00:00
python.pkgs.click: disable tests
because of broken tests
This commit is contained in:
parent
7a6b150f94
commit
673e0520c6
|
@ -2910,8 +2910,8 @@ in {
|
|||
py.test tests
|
||||
'';
|
||||
|
||||
# Python 3.5 str/bytes-like errors with reading files
|
||||
doCheck = !isPy3k;
|
||||
# https://github.com/pallets/click/issues/823
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = http://click.pocoo.org/;
|
||||
|
|
Loading…
Reference in a new issue