commit: 25f3912290f387141282703206fade4632a11a25 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 20:30:15 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 20:35:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f39122
dev-python/botocore: [QA] Fix MissingTestRestrict Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 f81c7d0b849..1b2106971f3 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 f81c7d0b849..1b2106971f3 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"
