diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-11-24 11:12:06 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-11-24 11:12:06 -0500 |
commit | d0210195aa1e19325bcaa780cd082f2c10497c1f (patch) | |
tree | 7051c43b8f57ee2178f0ecbd71b0ab9d086ec64c | |
parent | dev-python/passlib: fix QA warning about tests (diff) | |
download | gentoo-d0210195aa1e19325bcaa780cd082f2c10497c1f.tar.gz gentoo-d0210195aa1e19325bcaa780cd082f2c10497c1f.tar.bz2 gentoo-d0210195aa1e19325bcaa780cd082f2c10497c1f.zip |
dev-python/prometheus_client: fix QA warning about tests
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r-- | dev-python/prometheus_client/prometheus_client-0.6.0.ebuild | 1 | ||||
-rw-r--r-- | dev-python/prometheus_client/prometheus_client-0.7.1.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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} |