Skip to content

Commit

Permalink
pythonPackages.configshell_fb: disable failing tests on python3
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 4, 2017
1 parent 08d1f28 commit 48a5a47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 48a5a47

Please sign in to comment.