diff options
author | 2019-11-16 13:49:39 +0100 | |
---|---|---|
committer | 2019-11-16 14:17:12 +0100 | |
commit | a641e4b7a0323920d6075885705965a0e12283a9 (patch) | |
tree | 2971af7cb7fc3dd3c6415033a60e231abb98d377 /dev-python/argcomplete | |
parent | dev-python/argcomplete: Enable py3.8 (diff) | |
download | gentoo-a641e4b7a0323920d6075885705965a0e12283a9.tar.gz gentoo-a641e4b7a0323920d6075885705965a0e12283a9.tar.bz2 gentoo-a641e4b7a0323920d6075885705965a0e12283a9.zip |
dev-python/argcomplete: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/argcomplete')
-rw-r--r-- | dev-python/argcomplete/argcomplete-1.9.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/argcomplete/argcomplete-1.9.4.ebuild b/dev-python/argcomplete/argcomplete-1.9.4.ebuild index a9a18ba14b01..dadb76efe1e6 100644 --- a/dev-python/argcomplete/argcomplete-1.9.4.ebuild +++ b/dev-python/argcomplete/argcomplete-1.9.4.ebuild @@ -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}] |