Danny Milosavljevic <dan...@scratchpost.org> skribis:

> * 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")

If you know more details, you’re welcome to add them in the comment, but
otherwise feel free to push!

Thanks,
Ludo’.

Reply via email to