python3Packages.prompt-toolkit: Add note to failing test (#183337)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Jonas Heinrich
2022-07-29 16:29:34 +02:00
committed by GitHub
co-authored by Sandro
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"
];