forked from mirrors/nixpkgs
pythonPackages.prompt_toolkit: fix tests
This commit is contained in:
parent
b732af00bb
commit
61118d5936
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue