guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 03/16] gnu: Add python-promise.


From: David Craven
Subject: Re: [PATCH 03/16] gnu: Add python-promise.
Date: Sun, 11 Sep 2016 21:41:10 +0200

> +(define-public python2-promise
> +  (let ((promise (package-with-python2
> +                   (strip-python2-variant python-promise))))
> +    (package (inherit promise)
> +      (arguments (substitute-keyword-arguments (package-arguments promise)
> +                   ((#:tests? _) #t)))

I've seen this in a few of your patches. Why do tests fail with python
but not with python-2?



reply via email to

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