guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 6/6] gnu: Provide pytest to python-sqlalchemy-utils.


From: Leo Famulari
Subject: Re: [PATCH 6/6] gnu: Provide pytest to python-sqlalchemy-utils.
Date: Sat, 5 Nov 2016 15:13:28 -0400
User-agent: Mutt/1.7.1 (2016-10-04)

On Sat, Nov 05, 2016 at 03:58:16PM +0000, Marius Bakke wrote:
> Danny Milosavljevic <address@hidden> writes:
> 
> > * gnu/packages/python.scm (python-sqlalchemy-utils)[arguments]: Add pytest.
> 
> This is not [arguments], but [native-inputs]. That applies to the
> previous patch as well!
> 
> > ---
> >  gnu/packages/python.scm | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> > index 2d984bb..86a6eea 100644
> > --- a/gnu/packages/python.scm
> > +++ b/gnu/packages/python.scm
> > @@ -3979,6 +3979,8 @@ automatically for you if you install this library.")
> >      (propagated-inputs
> >       `(("python-six" ,python-six)
> >         ("python-sqlalchemy" ,python-sqlalchemy)))
> > +    (native-inputs
> > +     `(("python-pytest" ,python-pytest)))
> >      (home-page "https://github.com/kvesteri/sqlalchemy-utils";)
> >      (synopsis "Various utility functions for SQLAlchemy")
> >      (description
> 
> Why is this needed now, if it was working before? LGTM anyway.

It does fail on core-updates:

https://hydra.gnu.org/build/1579077

Attachment: signature.asc
Description: PGP signature


reply via email to

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