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 238F8138334 for ; Mon, 18 Nov 2019 19:21:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E125E0844; Mon, 18 Nov 2019 19:21:22 +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 1FED5E0844 for ; Mon, 18 Nov 2019 19:21:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C55EF34CFFD for ; Mon, 18 Nov 2019 19:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DD248AB for ; Mon, 18 Nov 2019 19:21:18 +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: <1574104875.6b08ee43305662b19236d7dfd6823c75f0793264.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tox/tox-3.12.1.ebuild dev-python/tox/tox-3.13.2.ebuild dev-python/tox/tox-3.2.1.ebuild X-VCS-Directories: dev-python/tox/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6b08ee43305662b19236d7dfd6823c75f0793264 X-VCS-Branch: master Date: Mon, 18 Nov 2019 19:21:18 +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: 63b26890-79b1-4b05-8499-de86676f6bf7 X-Archives-Hash: da807caac93b4d1ac8523fc7d6b5ccd1 commit: 6b08ee43305662b19236d7dfd6823c75f0793264 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 18 19:16:50 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Nov 18 19:21:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b08ee43 dev-python/tox: Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> dev-python/tox/tox-3.12.1.ebuild | 1 + dev-python/tox/tox-3.13.2.ebuild | 1 + dev-python/tox/tox-3.2.1.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/tox/tox-3.12.1.ebuild b/dev-python/tox/tox-3.12.1.ebuild index 97ebcbe09d1..0a16480ed11 100644 --- a/dev-python/tox/tox-3.12.1.ebuild +++ b/dev-python/tox/tox-3.12.1.ebuild @@ -17,6 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~sparc ~x86" # doc disabled because of missing deps in tree IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/filelock[${PYTHON_USEDEP}] diff --git a/dev-python/tox/tox-3.13.2.ebuild b/dev-python/tox/tox-3.13.2.ebuild index 502112cb54d..c127fe10fc4 100644 --- a/dev-python/tox/tox-3.13.2.ebuild +++ b/dev-python/tox/tox-3.13.2.ebuild @@ -17,6 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~sparc ~x86" # doc disabled because of missing deps in tree IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/filelock[${PYTHON_USEDEP}] diff --git a/dev-python/tox/tox-3.2.1.ebuild b/dev-python/tox/tox-3.2.1.ebuild index ad9bfd78868..458036b2e40 100644 --- a/dev-python/tox/tox-3.2.1.ebuild +++ b/dev-python/tox/tox-3.2.1.ebuild @@ -16,6 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}]