guix-patches
[Top][All Lists]
Advanced

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

[bug#48289] [PATCH] gnu: Add python-pythonanywhere.


From: Filip Lajszczak
Subject: [bug#48289] [PATCH] gnu: Add python-pythonanywhere.
Date: Sun, 9 May 2021 14:06:42 +0100

On Sat, 8 May 2021 at 22:16, Maxime Devos <maximedevos@telenet.be> wrote:
> Phases do not need to return #t anymore; the warning you get if you
> remove it is misleading.  The warning will disappear once core-updates
> is merged.

Good to know!

>
> > +      (replace 'check
> > +       (lambda _
> > +        (invoke "pytest" "-m" "not slowtest") #t)))))
>
> To support "guix build --without-tests" and cross-compilation, make this
>
> > +      (replace 'check
> > +       (lambda* (#:key tests? #:allow-other-keys)
> > +        (when tests?
> > +         (invoke "pytest" "-m" "not slowtest"))))
>

Thanks for the review! I'm about to post a new version of the patch.

All the best,
Filip





reply via email to

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