guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/6] gnu: Add python-cram.


From: Ludovic Courtès
Subject: Re: [PATCH 3/6] gnu: Add python-cram.
Date: Tue, 17 Jan 2017 23:36:09 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Marius Bakke <address@hidden> skribis:

> * gnu/packages/python.scm (python-cram, python2-cram): New variables.

LGTM!

> +             (substitute* "cram/_test.py"
> +               ;; This hack works around a bug triggered by substituting
> +               ;; the /bin/sh paths. "tests/usage.t" compares the output of
> +               ;; "cram -h", which breaks the output at 80 characters. This
> +               ;; causes the line showing the default shell to break into two
> +               ;; lines, but the test expects a single line...
> +               (("env\\['COLUMNS'\\] = '80'")
> +                "env['COLUMNS'] = '160'"))

Woow, good catch.

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]