From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Zancanaro Subject: [PATCH] tests: Adjust pypi test to recent importer change. Date: Fri, 27 Jan 2017 14:47:22 +1100 Message-ID: <87inp1yxki.fsf@zancanaro.id.au> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58599) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWxVa-0000LR-Gg for guix-devel@gnu.org; Thu, 26 Jan 2017 22:47:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWxVX-0000pj-Dr for guix-devel@gnu.org; Thu, 26 Jan 2017 22:47:30 -0500 Received: from mail-pf0-x234.google.com ([2607:f8b0:400e:c00::234]:36334) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cWxVX-0000p7-85 for guix-devel@gnu.org; Thu, 26 Jan 2017 22:47:27 -0500 Received: by mail-pf0-x234.google.com with SMTP id 189so70183502pfu.3 for ; Thu, 26 Jan 2017 19:47:27 -0800 (PST) Received: from charizard (14-200-183-160.static.tpgi.com.au. [14.200.183.160]) by smtp.gmail.com with ESMTPSA id s8sm6612437pfj.30.2017.01.26.19.47.24 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 26 Jan 2017 19:47:25 -0800 (PST) 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: guix-devel --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain In the patch I sent recently which updated the pypi importer, I forgot to update the corresponding tests. Here's a fix for the tests. Carlo --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-tests-Adjust-pypi-test-to-recent-importer-change.patch Content-Transfer-Encoding: quoted-printable From=20e709e9a1cb321ff2581cc10232bae9e37048cea0 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Fri, 27 Jan 2017 14:40:49 +1100 Subject: [PATCH] tests: Adjust pypi test to recent importer change. This is a followup to 2f977d92d3ae517788d3dee98f63680ca149aa1a. * tests/pypi.scm ("pypi->guix-package"): Don't expect 'python-setuptools' in 'propagated-inputs'. ("pypi->guix-package, wheels"): Likewise. =2D-- tests/pypi.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/pypi.scm b/tests/pypi.scm index f26e7fea1..447c23ee9 100644 =2D-- a/tests/pypi.scm +++ b/tests/pypi.scm @@ -130,8 +130,7 @@ baz > 13.37") ('propagated-inputs ('quasiquote (("python-bar" ('unquote 'python-bar)) =2D ("python-baz" ('unquote 'python-baz)) =2D ("python-setuptools" ('unquote 'python-setuptool= s))))) + ("python-baz" ('unquote 'python-baz))))) ('home-page "http://example.com") ('synopsis "summary") ('description "summary") @@ -194,8 +193,7 @@ baz > 13.37") ('propagated-inputs ('quasiquote (("python-bar" ('unquote 'python-bar)) =2D ("python-baz" ('unquote 'python-baz)) =2D ("python-setuptools" ('unquote 'python-setuptools)= )))) + ("python-baz" ('unquote 'python-baz))))) ('home-page "http://example.com") ('synopsis "summary") ('description "summary") =2D-=20 2.11.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEETnMK3I26XHaBYsl5wFUlyLtgbSsFAliKwsoACgkQwFUlyLtg bSsjLQgApY2ikhTLKN4JO2FqkcGX25Wfs3EhfVw0Sn6S5GMGUB4Q2fWP2XwSMhjT jgAMViwuWSZUxl1AEofRcfHMlIgUDYsm07IWAHX6G2wqN+khUQwI41cAGv4zDohi OQcJusau/3geMH5vQifeja+5yN+JsKRqZU6SGDg2w9qoIUxW+h7CCDEFq+jzu2f/ fSg9lciDPA8VNXidmruFKKvw1mBKAC8MWSi+gGR8mKRV4oUWPlFsRFmBjegSevm5 wvuenDOWCK2EB845VsaQ4woddrUeetj8FtlEflfdiQQtnGPhcb3pbyXoW/wQ1UXc Mg8KuXm35FyqyAp9vC5IFvSgB8l96g== =oQQ4 -----END PGP SIGNATURE----- --==-=-=--