From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKV6E-0006fZ-3Y for guix-patches@gnu.org; Mon, 12 Jun 2017 15:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKV6A-0005zw-V5 for guix-patches@gnu.org; Mon, 12 Jun 2017 15:34:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41332) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dKV6A-0005zs-9v for guix-patches@gnu.org; Mon, 12 Jun 2017 15:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dKV6A-0007eu-51 for guix-patches@gnu.org; Mon, 12 Jun 2017 15:34:02 -0400 Subject: [bug#26524] [PATCH 3/3] gnu: Add python2-httpretty Resent-Message-ID: From: Marius Bakke In-Reply-To: <20170611010718.31874-3-fredmanglis@gmail.com> References: <20170611010718.31874-1-fredmanglis@gmail.com> <20170611010718.31874-3-fredmanglis@gmail.com> Date: Mon, 12 Jun 2017 21:33:05 +0200 Message-ID: <87tw3lhuha.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Muriithi Frederick Muriuki , 26524@debbugs.gnu.org --=-=-= Content-Type: text/plain Muriithi Frederick Muriuki writes: > * gnu/packages/python.scm (python2-httpretty): New variable. Thanks! [...] > + (arguments > + `(#:tests? #f > + ;; Requires mock>=1.3.0 which requires a more up-to-date > + ;; python-pbr. After updating these trying to build the > + ;; package leads to failures in python-flake8 and other > + ;; packages. The cascade of updates and failures this > + ;; leads to, seems to not be worth having the test run. Ugh. If you still have these patches, could you resubmit them to a new bug report? Let's use them as a basis for a new 'python-updates' branch. Please also include this patch as it did not apply for me. I've pushed the other two to 'master' with slightly adjusted commit messages. You can open a new issue by sending a message to guix-patches@gnu.org, and send the patch series to [bug id]@debbugs.gnu.org. The initial email is typically a cover letter generated by git-format-patch(1). Python 3.6.2 is due in two weeks[0]. If we get 'core-updates' ready by then, we can start building 3.6 substitutes right away. :-) [0] https://www.python.org/dev/peps/pep-0494/#id2 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlk+7HEACgkQoqBt8qM6 VPrpAAf/YYWpZaMym8iLpBAXVKp3Rxd4mLXupHq2P5YvEuifO0q0vnAbE8mXcRxP kKh/DGy1iCE6h04kWBSIM7hAN9THe4N3HgRMpOlFdKA3Z9wQKfUxc5qLuliHpdW5 qeQ1sUoU6jz76PIgcqo1ZlUy0YS2WiFOrUnoGtmOwfliiEXPfCfwOMVSMrgp5alD uGXoba0cIafesZuMQUWyJd//HOW0W0SYGBtcbEYVofkO2/dVeE2BwjAGjLXegMDf eIyKrApU5fCQ5niyadBRXuzU+xbZdSKrbDAMI/BBmPtaoKzHOsTUpcKY26CQiDlc u0nZ6ifXVyPLaTOtcywbZUafFU7eOQ== =0dZb -----END PGP SIGNATURE----- --=-=-=--