guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 04/10] gnu: remove test-only depencies of python-pbr


From: Efraim Flashner
Subject: Re: [PATCH 04/10] gnu: remove test-only depencies of python-pbr
Date: Tue, 3 May 2016 21:27:56 +0300
User-agent: Mutt/1.6.0 (2016-04-01)

On Fri, Apr 29, 2016 at 04:20:57PM +0200, Cyril Roelandt wrote:
> * gnu/packages/python.scm (python-pbr): remove test-only dependencies since we
> are not running the tests anyway.
> ---
>  gnu/packages/python.scm | 11 ++---------
>  1 file changed, 2 insertions(+), 9 deletions(-)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 11ad08d..1a7809e 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -1896,17 +1896,10 @@ and sensible default behaviors into your setuptools 
> run.")
>        `(("python-testrepository" ,python-testrepository)
>          ("git" ,git))) ;; pbr actually uses the "git" binary.
>      (inputs
> -      `(("python-fixtures" ,python-fixtures)
> -        ("python-mimeparse" ,python-mimeparse)
> -        ("python-mock" ,python-mock)
> +      `(("python-mimeparse" ,python-mimeparse)
>          ("python-setuptools" ,python-setuptools)
>          ("python-six" ,python-six)
> -        ("python-sphinx" ,python-sphinx)
> -        ("python-testrepository" ,python-testrepository)
> -        ("python-testresources" ,python-testresources)
> -        ("python-testscenarios" ,python-testscenarios)
> -        ("python-testtools" ,python-testtools)
> -        ("python-virtualenv" ,python-virtualenv)))
> +        ("python-sphinx" ,python-sphinx)))
>      (home-page "https://launchpad.net/pbr";)
>      (synopsis "Change the default behavior of Python’s setuptools")
>      (description
> -- 
> 2.6.2
> 
> 

Can you add a comment next to the `#:tests? #f` that the tests depend on
python-mock, which depends on python-pbr

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

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