pythonPackages.configshell_fb: disable failing tests on python3
This commit is contained in:
@@ -4113,6 +4113,9 @@ in {
|
|||||||
urwid
|
urwid
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Fails on python 3 due to a None value where a string is expected
|
||||||
|
doCheck = !isPy3k;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A Python library for building configuration shells";
|
description = "A Python library for building configuration shells";
|
||||||
homepage = "https://github.com/agrover/configshell-fb";
|
homepage = "https://github.com/agrover/configshell-fb";
|
||||||
|
|||||||
Reference in New Issue
Block a user