From 25f3912290f387141282703206fade4632a11a25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 10 Nov 2019 21:30:15 +0100 Subject: [PATCH] dev-python/botocore: [QA] Fix MissingTestRestrict MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/botocore/botocore-1.13.14.ebuild | 1 + dev-python/botocore/botocore-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/botocore/botocore-1.13.14.ebuild b/dev-python/botocore/botocore-1.13.14.ebuild index f81c7d0b849a..1b2106971f31 100644 --- a/dev-python/botocore/botocore-1.13.14.ebuild +++ b/dev-python/botocore/botocore-1.13.14.ebuild @@ -11,6 +11,7 @@ HOMEPAGE="https://github.com/boto/botocore" LICENSE="Apache-2.0" SLOT="0" IUSE="doc test" +RESTRICT="!test? ( test )" if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/boto/botocore" diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild index f81c7d0b849a..1b2106971f31 100644 --- a/dev-python/botocore/botocore-9999.ebuild +++ b/dev-python/botocore/botocore-9999.ebuild @@ -11,6 +11,7 @@ HOMEPAGE="https://github.com/boto/botocore" LICENSE="Apache-2.0" SLOT="0" IUSE="doc test" +RESTRICT="!test? ( test )" if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/boto/botocore" -- 2.26.2