From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 6/6] gnu: Provide pytest to python-sqlalchemy-utils. Date: Sat, 5 Nov 2016 15:13:28 -0400 Message-ID: <20161105191328.GA12322@jasmine> References: <20161105112706.12089-1-dannym@scratchpost.org> <20161105112706.12089-7-dannym@scratchpost.org> <87r36p6hrb.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c36PL-0006X3-SS for guix-devel@gnu.org; Sat, 05 Nov 2016 15:13:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c36PI-0002Re-KQ for guix-devel@gnu.org; Sat, 05 Nov 2016 15:13:39 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:50546) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c36PI-0002RC-H5 for guix-devel@gnu.org; Sat, 05 Nov 2016 15:13:36 -0400 Content-Disposition: inline In-Reply-To: <87r36p6hrb.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel@gnu.org --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 05, 2016 at 03:58:16PM +0000, Marius Bakke wrote: > Danny Milosavljevic writes: >=20 > > * gnu/packages/python.scm (python-sqlalchemy-utils)[arguments]: Add pyt= est. >=20 > This is not [arguments], but [native-inputs]. That applies to the > previous patch as well! >=20 > > --- > > 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= =2E") > > (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 >=20 > Why is this needed now, if it was working before? LGTM anyway. It does fail on core-updates: https://hydra.gnu.org/build/1579077 --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJYHi9YAAoJECZG+jC6yn8IPd4P/1f5HGdoPLCuON5qGMY5/3Jr HDPVnPx3+dYnFMFcmALWtU5bF/5wrY8KQmQNVQIVdAvOr0f3BB7A6J4QG/Gp0wm5 Ixfgg7Tyav4kwd06iQKtMwW19mpVt7ZIZsALIS4yPWfSVgvEoT+A6Xjhug4CZlXr MljhNGn2Eh6uwrE9dfy0JPOsaw8oj25RZzcAw3kuXh/xy+uXfpspw6Yx59yl5ZWB Wz0lc51kLW7zwMQf6Y5xrnWry0bMHrbZzy5G6+OhP/GwNIYykuYD2otNoLyHEW2j daeFTNJc07ah7peEOpLJAiu/ctulM7y2VpZAU8TUOuhrkG5Q3vfdTF9FX8sq8ors soie1VcQMLo3DuRe6B7AMdVYWeUUTiN1dCSysvtJPk00OlQBHVUZevDChxs1dpf5 VT4xC6xBLb5eBm3Ma7Xfob1he+ay/q6h8FNQ4lwhhldzMSd+pmE60iZmABLJnRAK iAYhkRLCVVgx36y3SZYzRSEr2gWm5tWtVYfSgF4We1CPEhB+U/UTLj9l4ELe/DZf wU7g4iRKkKescsWYdblk49GftFh6Kv40ksc1lZQ7foxjT2BO3RYY7xyZoH/rl+Cl zVKDLecI3DPOQSRSwUkSBP44k6Y3+BHKYwY+G/GXjnCTDSi56hyV7ohaujaze3xc uwrbvtVzwOKh8Z8MzAd8 =nQW6 -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4--