From d0210195aa1e19325bcaa780cd082f2c10497c1f Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Sun, 24 Nov 2019 11:12:06 -0500 Subject: [PATCH] dev-python/prometheus_client: fix QA warning about tests Signed-off-by: Aaron Bauman --- dev-python/prometheus_client/prometheus_client-0.6.0.ebuild | 1 + dev-python/prometheus_client/prometheus_client-0.7.1.ebuild | 1 + 2 files changed, 2 insertions(+) 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} -- 2.26.2