summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-22 18:48:01 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-22 18:50:12 +0100
commit77abd09d5fb185281b13b7930d142d4072820479 (patch)
tree9ee322d8e7cdead3c915447b47847fa0e4298dcc /dev-python/blinker
parentdev-python/blinker: Enable py3.8 (diff)
downloadgentoo-77abd09d5fb185281b13b7930d142d4072820479.tar.gz
gentoo-77abd09d5fb185281b13b7930d142d4072820479.tar.bz2
gentoo-77abd09d5fb185281b13b7930d142d4072820479.zip
dev-python/blinker: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blinker')
-rw-r--r--dev-python/blinker/blinker-1.4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/blinker/blinker-1.4.ebuild b/dev-python/blinker/blinker-1.4.ebuild
index d8dbc82b1eb6..824e7a37f9a0 100644
--- a/dev-python/blinker/blinker-1.4.ebuild
+++ b/dev-python/blinker/blinker-1.4.ebuild
@@ -15,6 +15,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
+RESTRICT="!test? ( test )"
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"