guix-devel
[Top][All Lists]
Advanced

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

Re: Pytest update to 2.9.2


From: Hartmut Goebel
Subject: Re: Pytest update to 2.9.2
Date: Tue, 6 Dec 2016 11:41:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Am 05.12.2016 um 22:33 schrieb Leo Famulari:
> +             (substitute* "testing/test_argcomplete.py"
> +               (("def test_remove_dir_prefix" line)
> +                (string-append "@pytest.mark.skip"
> +                               "(reason=\"Assumes that /usr exists.\")\n    "
> +                               line)))

These trailing spaces in the replacement string are a bit irritating.
Perhaps its better to search for "^\s+def …" and replace with "   
@pytest.skip…" (leading spaces here). I don't know.

Otherwise LGTM.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |




reply via email to

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