* gnu/packages/python.scm (python-click)[arguments]: Fix test failure. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4dc284d03..2f1bd8315 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2383,6 +2383,8 @@ is used by the Requests library to verify HTTPS requests.") (modify-phases %standard-phases (add-after 'unpack 'fix-paths (lambda* (#:key inputs #:allow-other-keys) + ;; Causes test failure if present. + (delete-file "click/_winconsole.py") (let ((glibc (assoc-ref inputs ,(if (%current-target-system) "cross-libc" "libc")))) (substitute* "click/_unicodefun.py"