From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47766) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDAic-0001LF-V3 for guix-patches@gnu.org; Sat, 14 Mar 2020 13:37:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDAib-0004u5-PT for guix-patches@gnu.org; Sat, 14 Mar 2020 13:37:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56182) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDAib-0004tF-Kr for guix-patches@gnu.org; Sat, 14 Mar 2020 13:37:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDAib-0007sV-JG for guix-patches@gnu.org; Sat, 14 Mar 2020 13:37:01 -0400 Subject: [bug#39777] [PATCH V3 04/11] gnu: python-jsonschema: Update to 3.2.0. Resent-Message-ID: Date: Sat, 14 Mar 2020 13:36:35 -0400 From: Leo Famulari Message-ID: <20200314173635.GE23309@jasmine.lan> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200313084541.zeditu3oaouqm2du@rafflesia> 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: Tanguy Le Carrour Cc: 39777@debbugs.gnu.org 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.