From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 47B6415808B for ; Tue, 8 Feb 2022 23:21:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98456E08FF; Tue, 8 Feb 2022 23:21:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80D7FE08FF for ; Tue, 8 Feb 2022 23:21:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD65C342CDC for ; Tue, 8 Feb 2022 23:21:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C0732DD for ; Tue, 8 Feb 2022 23:21:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1644362497.d7847c8678e84286eec1b07c5aed34b39c3a09bc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipyparallel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipyparallel/ipyparallel-8.2.0.ebuild X-VCS-Directories: dev-python/ipyparallel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d7847c8678e84286eec1b07c5aed34b39c3a09bc X-VCS-Branch: master Date: Tue, 8 Feb 2022 23:21:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25bbe311-9ce7-44ba-b57b-4afcd675aa58 X-Archives-Hash: 31991d3c10b7d1d299f908d57a581b2c commit: d7847c8678e84286eec1b07c5aed34b39c3a09bc Author: Michał Górny gentoo org> AuthorDate: Tue Feb 8 22:30:07 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 8 23:21:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7847c86 dev-python/ipyparallel: Prevent rebuilding stuff via nodejs Closes: https://bugs.gentoo.org/832930 Signed-off-by: Michał Górny gentoo.org> dev-python/ipyparallel/ipyparallel-8.2.0.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild b/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild index 45b125aa3314..6b1dea026f65 100644 --- a/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild +++ b/dev-python/ipyparallel/ipyparallel-8.2.0.ebuild @@ -49,6 +49,10 @@ PATCHES=( "${FILESDIR}"/${PN}-7.1.0-test-timeouts.patch ) +src_configure() { + export IPP_DISABLE_JS=1 +} + python_test() { local EPYTEST_DESELECT=( # we don't run a mongo instance for tests