From 61118d5936aa2f8b650f301dfbd24c37a1fc3534 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Fri, 8 Jul 2016 13:23:40 +0200 Subject: [PATCH] pythonPackages.prompt_toolkit: fix tests --- pkgs/top-level/python-packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index fea17ed1b014..142095bb5366 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -17037,9 +17037,10 @@ in modules // { }; checkPhase = '' rm prompt_toolkit/win32_types.py + py.test -k 'not test_pathcompleter_can_expanduser' ''; - buildInputs = with self; [ jedi ipython ]; + buildInputs = with self; [ pytest ]; propagatedBuildInputs = with self; [ docopt six wcwidth pygments ]; meta = {