diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index fea17ed1b01..142095bb536 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 = {