commit: d0210195aa1e19325bcaa780cd082f2c10497c1f
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 16:12:06 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 16:12:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0210195
dev-python/prometheus_client: fix QA warning about tests
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
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 366c1c2b5ab..5f11077944f 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 de2f35ea9f6..9dd8eb6a2ba 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}