python3Packages.questionary: disable failing test
Test failure due to a newer version of prompt-toolkit adding a required param.
This commit is contained in:
committed by
Fabian Affolter
parent
b2d6d61245
commit
8cd4b4d834
@@ -37,6 +37,7 @@ buildPythonPackage rec {
|
||||
"test_blank_line_fix"
|
||||
|
||||
# TypeError: Attrs.__new__() missing 1 required positional argument: 'dim'
|
||||
# https://github.com/tmbo/questionary/issues/461
|
||||
"test_print_with_style"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user