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
parent 1b667eb47e
commit ef45bf389a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
];