From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45330) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDBff-0005HB-JM for guix-patches@gnu.org; Sat, 14 Mar 2020 14:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDBfe-0000qK-MD for guix-patches@gnu.org; Sat, 14 Mar 2020 14:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56252) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDBfe-0000qF-Ip for guix-patches@gnu.org; Sat, 14 Mar 2020 14:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDBfe-0000su-H6 for guix-patches@gnu.org; Sat, 14 Mar 2020 14:38:02 -0400 Subject: [bug#39777] [PATCH V3 02/11] gnu: python-cachy: Update to 0.3.0. Resent-Message-ID: Date: Sat, 14 Mar 2020 19:37:38 +0100 From: Tanguy Le Carrour Message-ID: <20200314183738.dqstfc3icfaqgzse@melmoth> References: <20200309081827.13489-1-tanguy@bioneland.org> <20200309081827.13489-2-tanguy@bioneland.org> <20200311191455.GA13879@jasmine.lan> <20200312085822.uhxgcckpmalaw2g6@rafflesia> <20200314173045.GC23309@jasmine.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200314173045.GC23309@jasmine.lan> 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: Leo Famulari Cc: 39777@debbugs.gnu.org Le 03/14, Leo Famulari a écrit : > On Thu, Mar 12, 2020 at 09:58:22AM +0100, Tanguy Le Carrour wrote: > > Seems that all the `RedisStoreTestCase` are failing with messages like: > > > > ``` > > ResourceWarning: unclosed > > if self._get_socket(): > > ResourceWarning: Enable tracemalloc to get the object allocation traceback > > ``` > > > > Might be related to the Redis server that is supposed to be running > > during the tests?! > > Okay, networking is not possible in the build environment, so for the > tests that depend on connecting to a server, you can add a comment like > "These tests require networking.". Good to know, thanks! > Is that all of them? I guess so! I'll double check, update the patch and submit it! Thanks! -- Tanguy