From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eIVrh-0001X4-5i for guix-patches@gnu.org; Sat, 25 Nov 2017 03:31:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eIVra-0007WE-MM for guix-patches@gnu.org; Sat, 25 Nov 2017 03:31:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48035) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eIVra-0007Vk-HD for guix-patches@gnu.org; Sat, 25 Nov 2017 03:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eIVra-0006Jn-1L for guix-patches@gnu.org; Sat, 25 Nov 2017 03:31:02 -0500 Subject: [bug#29434] [PATCH 2/2] gnu: python-internetarchive: Enable tests. Resent-Message-ID: From: Oleg Pykhalov References: <20171125082158.28025-1-go.wigust@gmail.com> <20171125082158.28025-2-go.wigust@gmail.com> Date: Sat, 25 Nov 2017 11:30:45 +0300 In-Reply-To: <20171125082158.28025-2-go.wigust@gmail.com> (Oleg Pykhalov's message of "Sat, 25 Nov 2017 11:21:58 +0300") Message-ID: <87po86rc96.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: 29434@debbugs.gnu.org Oleg Pykhalov writes: [...] > + (zero? (system* "py.test" "-v" "-k" > + (string-append > + ;; This tests attempts to make a connection to > + ;; an external web service. > + "not test_get_item_with_kwargs" > + " and not test_ia")))))))) Oh, probably better: These tests attempt to make a connection to an external web service. :-) > (propagated-inputs > `(("python-requests" ,python-requests) > ("python-jsonpatch" ,python-jsonpatch-0.4)