python3Packages.prompt-toolkit: Add note to failing test (#183337)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
1b667eb47e
commit
ef45bf389a
@ -30,6 +30,8 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# tests/test_completion.py:206: AssertionError
|
||||
# https://github.com/prompt-toolkit/python-prompt-toolkit/issues/1657
|
||||
"test_pathcompleter_can_expanduser"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user