pythonPackages.configshell_fb: disable failing tests on python3
This commit is contained in:
parent
08d1f28818
commit
48a5a47784
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user