Commit 8cd4b4d8 authored by Sarah Clark's avatar Sarah Clark Committed by Fabian Affolter
Browse files

python3Packages.questionary: disable failing test

Test failure due to a newer version of prompt-toolkit adding a required param.
parent b2d6d612
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
  ];