diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-10 21:30:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-10 21:35:46 +0100 |
commit | 25f3912290f387141282703206fade4632a11a25 (patch) | |
tree | 715c8e671eb39388f0acdf73adb16df0832e2d19 /dev-python/botocore | |
parent | dev-cpp/gtkmm: [QA] Fix MissingTestRestrict (diff) | |
download | gentoo-25f3912290f387141282703206fade4632a11a25.tar.gz gentoo-25f3912290f387141282703206fade4632a11a25.tar.bz2 gentoo-25f3912290f387141282703206fade4632a11a25.zip |
dev-python/botocore: [QA] Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/botocore')
-rw-r--r-- | dev-python/botocore/botocore-1.13.14.ebuild | 1 | ||||
-rw-r--r-- | dev-python/botocore/botocore-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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" |