dev-python/tox: Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-11-18 20:16:50 +01:00
parent 6a56da4c1c
commit 6b08ee4330
3 changed files with 3 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~sparc ~x86"
# doc disabled because of missing deps in tree
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/filelock[${PYTHON_USEDEP}]

View File

@@ -17,6 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~sparc ~x86"
# doc disabled because of missing deps in tree
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/filelock[${PYTHON_USEDEP}]

View File

@@ -16,6 +16,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
RESTRICT="!test? ( test )"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]