From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 4/5] gnu: Add python-pytest-httpbin Date: Tue, 11 Apr 2017 00:02:59 -0400 Message-ID: <20170411040259.GC27602@jasmine> References: <20170405070151.3417-1-fredmanglis@gmail.com> <20170405070151.3417-3-fredmanglis@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47113) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cxn1E-0005dg-N3 for guix-devel@gnu.org; Tue, 11 Apr 2017 00:03:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cxn1B-0003b4-Kf for guix-devel@gnu.org; Tue, 11 Apr 2017 00:03:04 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:40147) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cxn1B-0003aw-H7 for guix-devel@gnu.org; Tue, 11 Apr 2017 00:03:01 -0400 Content-Disposition: inline In-Reply-To: <20170405070151.3417-3-fredmanglis@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: Muriithi Frederick Muriuki Cc: guix-devel@gnu.org On Wed, Apr 05, 2017 at 10:01:50AM +0300, Muriithi Frederick Muriuki wrote: > * gnu/packages/python.scm (python-pytest-httpbin): New variable. If it supports Python 2, can you add a Python 2 variant? > + (version "0.0.7") Can you add a brief code comment explaining why we need this older version of pytest-httpbin?