From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: Re: [PATCH 04/10] gnu: remove test-only depencies of python-pbr Date: Tue, 3 May 2016 21:27:56 +0300 Message-ID: <20160503182756.GE16397@debian-netbook> References: <1461939663-5936-1-git-send-email-tipecaml@gmail.com> <1461939663-5936-5-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="cPi+lWm09sJ+d57q" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axf3T-00041u-F6 for guix-devel@gnu.org; Tue, 03 May 2016 14:28:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axf3H-00006C-Jk for guix-devel@gnu.org; Tue, 03 May 2016 14:28:14 -0400 Received: from flashner.co.il ([178.62.234.194]:48202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axf3H-0008TE-Di for guix-devel@gnu.org; Tue, 03 May 2016 14:28:07 -0400 Content-Disposition: inline In-Reply-To: <1461939663-5936-5-git-send-email-tipecaml@gmail.com> 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: Cyril Roelandt Cc: guix-devel@gnu.org --cPi+lWm09sJ+d57q Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 29, 2016 at 04:20:57PM +0200, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-pbr): remove test-only dependencies sin= ce we > are not running the tests anyway. > --- > gnu/packages/python.scm | 11 ++--------- > 1 file changed, 2 insertions(+), 9 deletions(-) >=20 > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 11ad08d..1a7809e 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -1896,17 +1896,10 @@ and sensible default behaviors into your setuptoo= ls run.") > `(("python-testrepository" ,python-testrepository) > ("git" ,git))) ;; pbr actually uses the "git" binary. > (inputs > - `(("python-fixtures" ,python-fixtures) > - ("python-mimeparse" ,python-mimeparse) > - ("python-mock" ,python-mock) > + `(("python-mimeparse" ,python-mimeparse) > ("python-setuptools" ,python-setuptools) > ("python-six" ,python-six) > - ("python-sphinx" ,python-sphinx) > - ("python-testrepository" ,python-testrepository) > - ("python-testresources" ,python-testresources) > - ("python-testscenarios" ,python-testscenarios) > - ("python-testtools" ,python-testtools) > - ("python-virtualenv" ,python-virtualenv))) > + ("python-sphinx" ,python-sphinx))) > (home-page "https://launchpad.net/pbr") > (synopsis "Change the default behavior of Python=E2=80=99s setuptool= s") > (description > --=20 > 2.6.2 >=20 >=20 Can you add a comment next to the `#:tests? #f` that the tests depend on python-mock, which depends on python-pbr --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --cPi+lWm09sJ+d57q Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJXKO2rAAoJEPTB05F+rO6TWKgP/iE20mD/uVMvE+WxulUpv7iQ 44Ql/D3A18c+MVntcgkyzXRP4jwlSm79ZqPCK/+AOvOsYmivoRHTneYQua358KTp KoI/duM5sB0ZUztwCKE/vCXLfo3kZ3FLGRaoMr5iJgzGUecL1dWpAmjwkHq96hb6 AYdR9+EdJy0yiyq6VwAK+3ITXFAnN199vfjKeenaPp3VQndLodJ6jmfonoQhyIy7 rYoAuoB5w6zxJK7BWEu3UxfSnOTKrYecLbeYEKvyMYGKqTF7lRp49zNUlkyrTB4L g2K1j1MLyy8AIXFZry9ba+shq2FAM08yZFuKqTSC9zf/F66M90GqJPcY1qgSoFeJ 072kPDSQiqYtIQ/otxPi4B1nA6AI+aGhL+YzDGEfvmUxgtw2rG0f5CDXqGF/RlEY q3xi+fs+ZedH+3t83e9tAq8dRIvQGoPXXvLS/BjOfW5myoAzXZ9KcfocWocPGooT vYpI7/ax0XCC6BSOkhxFTV5nNapVS8UDPym1Hbn5Y9Xk3FpXsMOm30cS93cEtH+c oj+DVEW9Ir9FkHLQw4D77AcUpaRMvcRByeIBe582OBDZNarhePtxoEJlpotz87HL /JQe/7PD2Jq4G62zCix3PS49ty9QANAwRvgn6++JAUKE+dAEcNB/ajCahxJFoqbT zJ7m4ikSk0n4kTOabV5f =mIWT -----END PGP SIGNATURE----- --cPi+lWm09sJ+d57q--