summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-18 20:16:50 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-18 20:21:15 +0100
commit6b08ee43305662b19236d7dfd6823c75f0793264 (patch)
tree51e6b5544fb0e62cee60df427c1e69a67450579f /dev-python/tox/tox-3.12.1.ebuild
parentdev-python/tox: Bump to 3.13.2 (diff)
downloadgentoo-6b08ee43305662b19236d7dfd6823c75f0793264.tar.gz
gentoo-6b08ee43305662b19236d7dfd6823c75f0793264.tar.bz2
gentoo-6b08ee43305662b19236d7dfd6823c75f0793264.zip
dev-python/tox: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tox/tox-3.12.1.ebuild')
-rw-r--r--dev-python/tox/tox-3.12.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/tox/tox-3.12.1.ebuild b/dev-python/tox/tox-3.12.1.ebuild
index 97ebcbe09d1e..0a16480ed11f 100644
--- a/dev-python/tox/tox-3.12.1.ebuild
+++ b/dev-python/tox/tox-3.12.1.ebuild
@@ -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}]