mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
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
Block a user