From: Aaron Bauman Date: Sun, 24 Nov 2019 16:12:06 +0000 (-0500) Subject: dev-python/prometheus_client: fix QA warning about tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d0210195aa1e19325bcaa780cd082f2c10497c1f;p=gentoo.git dev-python/prometheus_client: fix QA warning about tests Signed-off-by: Aaron Bauman --- diff --git a/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild b/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild index 366c1c2b5abb..5f11077944f6 100644 --- a/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild +++ b/dev-python/prometheus_client/prometheus_client-0.6.0.ebuild @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64" IUSE="test" +RESTRICT="!test? ( test )" S=${WORKDIR}/client_python-${PV} diff --git a/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild b/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild index de2f35ea9f69..9dd8eb6a2bad 100644 --- a/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild +++ b/dev-python/prometheus_client/prometheus_client-0.7.1.ebuild @@ -14,6 +14,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="test" +RESTRICT="!test? ( test )" S=${WORKDIR}/client_python-${PV}