From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60265) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEppX-0006nR-AH for guix-patches@gnu.org; Thu, 19 Mar 2020 03:43:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEppW-0003ip-7z for guix-patches@gnu.org; Thu, 19 Mar 2020 03:43:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35731) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jEppW-0003iF-4U for guix-patches@gnu.org; Thu, 19 Mar 2020 03:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jEppW-0001Hz-2K for guix-patches@gnu.org; Thu, 19 Mar 2020 03:43:02 -0400 Subject: [bug#39777] [PATCH V3 04/11] gnu: python-jsonschema: Update to 3.2.0. Resent-Message-ID: Date: Thu, 19 Mar 2020 08:42:16 +0100 From: Tanguy Le Carrour Message-ID: <20200319074216.vb67upsvegzr2le3@melmoth> References: <20200309081827.13489-1-tanguy@bioneland.org> <20200309081827.13489-4-tanguy@bioneland.org> <20200311191542.GB13879@jasmine.lan> <20200312084828.o5lsuze5mmdrjg6w@rafflesia> <20200312174421.GA2140@jasmine.lan> <20200313084541.zeditu3oaouqm2du@rafflesia> <20200314173635.GE23309@jasmine.lan> <20200314184009.24i4jnkintbw6i64@melmoth> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200314184009.24i4jnkintbw6i64@melmoth> 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 Hi Leo, Le 03/14, Tanguy Le Carrour a écrit : > Le 03/14, Leo Famulari a écrit : > > On Fri, Mar 13, 2020 at 09:45:41AM +0100, Tanguy Le Carrour wrote: > > > Re-built the package and… got the exit status 1 with a different error message > > > in the log: > > > > > > ``` > > > jsonschema.tests.test_cli > > > TestCLI > > > test_draft3_schema_draft4_validator ... [OK] > > > test_successful_validation ... [OK] > > > test_unsuccessful_validation ... [OK] > > > test_unsuccessful_validation_multiple_instances ... [OK] > > > test_version ... /gnu/store/l8nphg0idd8pfddyad8f92lx8d1hc053-python-wrapper-3.7.4/bin/python: No module named jsonschema > > > [ERROR] > > > =============================================================================== > > > > My understanding is that the test suite of jsonschema can't find > > jsonschema. Is that correct? If so, you should look into the > > add-installed-pythonpath procedure and some examples of how it's used. > > I'll do that! Thanks! It solved the problem! Thanks! I'm moving to fixing the cachy/redis problem now, and I'll submit a v4 patch set once it's done! Regards -- Tanguy