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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A9C8138334 for ; Thu, 28 Jun 2018 19:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DA43E092E; Thu, 28 Jun 2018 19:18:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2B2FE090A for ; Thu, 28 Jun 2018 19:18:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8CFC335C94 for ; Thu, 28 Jun 2018 19:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC97F34E for ; Thu, 28 Jun 2018 19:18:25 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1530213310.f2823d25e331cb1c775f68ab826d07d2202b84a0.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/paho-mqtt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild X-VCS-Directories: dev-python/paho-mqtt/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f2823d25e331cb1c775f68ab826d07d2202b84a0 X-VCS-Branch: master Date: Thu, 28 Jun 2018 19:18:25 +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-Archives-Salt: dd103490-1dcd-42be-b908-a809657791ca X-Archives-Hash: 3b1d763fcb05006e95701fc8495a5e89 commit: f2823d25e331cb1c775f68ab826d07d2202b84a0 Author: Pacho Ramos gentoo org> AuthorDate: Thu Jun 28 18:53:00 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Jun 28 19:15:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2823d25 dev-python/paho-mqtt: Restrict tests (#659106) Package-Manager: Portage-2.3.41, Repoman-2.3.9 dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild b/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild index 632d3eb126a..af2a6150bf5 100644 --- a/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild +++ b/dev-python/paho-mqtt/paho-mqtt-1.3.1.ebuild @@ -25,6 +25,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] S="${WORKDIR}/paho.mqtt.python-${PV}" +RESTRICT="test" #659106 + src_prepare() { eapply "${FILESDIR}/${P}-strip-test-dependency.patch" default