python.pkgs.click: disable tests
because of broken tests
This commit is contained in:
@@ -2910,8 +2910,8 @@ in {
|
|||||||
py.test tests
|
py.test tests
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Python 3.5 str/bytes-like errors with reading files
|
# https://github.com/pallets/click/issues/823
|
||||||
doCheck = !isPy3k;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://click.pocoo.org/;
|
homepage = http://click.pocoo.org/;
|
||||||
|
|||||||
Reference in New Issue
Block a user