dev-python/flask-admin: [QA] Fix MissingTestRestrict
authorMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 15:32:55 +0000 (16:32 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 12 Dec 2019 16:34:25 +0000 (17:34 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/flask-admin/flask-admin-1.0.6.ebuild
dev-python/flask-admin/flask-admin-1.5.0.ebuild
dev-python/flask-admin/flask-admin-1.5.1.ebuild

index 8433ca9aadab8349bf53cca86b764f6e3a84f158..e0e8d24c95f8a2279253cd9cdfd72233f6c0ecbd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,6 +19,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
index dcec32e5b75390094aee06ff09c0777d4bb55855..7dca645bcb29bbcf2acc02568a9ff2f6335fd1e7 100644 (file)
@@ -19,6 +19,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="examples test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        >=dev-python/flask-0.7[${PYTHON_USEDEP}]
index b23be2ac5ac7168f5bdef2f03cf03ae4701618d9..13849ec1560d791fe31b43ac662649d3ab25d9ca 100644 (file)
@@ -19,6 +19,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE="examples test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        >=dev-python/flask-0.7[${PYTHON_USEDEP}]