pythonPackages.configshell_fb: disable failing tests on python3

This commit is contained in:
Franz Pletz 2017-01-04 22:42:03 +01:00
parent 08d1f28818
commit 48a5a47784
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -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";