guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: python-pip: Update to 9.0.1


From: Danny Milosavljevic
Subject: Re: [PATCH] gnu: python-pip: Update to 9.0.1
Date: Tue, 29 Nov 2016 23:56:10 +0100

Hi,

On Mon, 28 Nov 2016 17:08:49 -0800
Maxim Cournoyer <address@hidden> wrote:

>      (inputs
> -      `(("python-setuptools" ,python-setuptools)
> -        ("python-virtualenv" ,python-virtualenv)
> -        ;; Tests
> -        ("python-mock" ,python-mock)
> -        ("python-pytest" ,python-pytest)
> -        ("python-scripttest" ,python-scripttest)))
> +     `(("python-setuptools" ,python-setuptools)
> +       ;; Tests requirements.
> +       ("python-mock" ,python-mock)
> +       ("python-pretend" ,python-pretend)
> +       ("python-pytest" ,python-pytest)
> +       ("python-scripttest" ,python-scripttest)
> +       ("python-virtualenv" ,python-virtualenv)))

Why are the test requirements regular inputs? If they aren't required at 
runtime, they should be native-inputs.



reply via email to

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