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