3
0
Fork 0
forked from mirrors/nixpkgs

pythonPackages.prompt_toolkit: fix tests

This commit is contained in:
Frederik Rietdijk 2016-07-08 13:23:40 +02:00
parent b732af00bb
commit 61118d5936

View file

@ -17037,9 +17037,10 @@ in modules // {
}; };
checkPhase = '' checkPhase = ''
rm prompt_toolkit/win32_types.py 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 ]; propagatedBuildInputs = with self; [ docopt six wcwidth pygments ];
meta = { meta = {