pythonPackages.prompt_toolkit: fix tests
This commit is contained in:
parent
b732af00bb
commit
61118d5936
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue