diff options
author | 2019-11-24 12:18:49 -0500 | |
---|---|---|
committer | 2019-11-24 12:19:23 -0500 | |
commit | 6c2947a24597468537bfe3290de649ce43a7f387 (patch) | |
tree | a28a0c72632db088ed1d37bfe06c15c2e65465b9 /dev-python/fs | |
parent | dev-python/fs: restrict tests for py2.7 (diff) | |
download | gentoo-6c2947a24597468537bfe3290de649ce43a7f387.tar.gz gentoo-6c2947a24597468537bfe3290de649ce43a7f387.tar.bz2 gentoo-6c2947a24597468537bfe3290de649ce43a7f387.zip |
dev-python/fs: fix QA warning about tests
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-python/fs')
-rw-r--r-- | dev-python/fs/fs-2.4.8.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/fs/fs-2.4.8.ebuild b/dev-python/fs/fs-2.4.8.ebuild index 24cbad85b702..954b646005e7 100644 --- a/dev-python/fs/fs-2.4.8.ebuild +++ b/dev-python/fs/fs-2.4.8.ebuild @@ -18,6 +18,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}] |