From mboxrd@z Thu Jan 1 00:00:00 1970 From: Federico Beffa Subject: Re: Broken tests Date: Mon, 13 Feb 2017 09:44:01 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdCEt-0001nw-P8 for guix-devel@gnu.org; Mon, 13 Feb 2017 03:44:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdCEs-0002Ys-Mh for guix-devel@gnu.org; Mon, 13 Feb 2017 03:44:03 -0500 Received: from mail-ua0-x243.google.com ([2607:f8b0:400c:c08::243]:33132) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cdCEs-0002Yo-Is for guix-devel@gnu.org; Mon, 13 Feb 2017 03:44:02 -0500 Received: by mail-ua0-x243.google.com with SMTP id d5so7888042uag.0 for ; Mon, 13 Feb 2017 00:44:02 -0800 (PST) In-Reply-To: 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: David Craven Cc: guix-devel On Sat, Feb 11, 2017 at 6:15 PM, David Craven wrote: > Hi! > >> Revert "import: json: Explicitly ask for JSON data." >> This reverts commit 81e0bc1834490a1a8092c75a0733b15c2b407285. > > I reverted this commit in my local repository for now, it breaks the > pypi, crate and some other test I can't recall (gem and/or cpan). The importers seems to be working as before. I believe that the problem is with the tests. They replace the function 'http-fetch', but do not replicate the signature of the original function and instead use a different one.