dev-python/argcomplete: Fix remaining MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Sat, 16 Nov 2019 12:49:39 +0000 (13:49 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 16 Nov 2019 13:17:12 +0000 (14:17 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/argcomplete/argcomplete-1.9.4.ebuild

index a9a18ba14b0103c60e4647dcccd45f420f24b2c1..dadb76efe1e692e1c15321d6aed11dd75d8503d4 100644 (file)
@@ -15,6 +15,7 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]