commit: 3ebf16a611da0109611b16364d17b837764602a8
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 10:06:30 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 10:06:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ebf16a6
dev-python/debugpy: add missing RESTRICT="!test? ( test )"
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/debugpy/debugpy-1.3.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/debugpy/debugpy-1.3.0.ebuild
b/dev-python/debugpy/debugpy-1.3.0.ebuild
index b73fa3c2c..38c5220f3 100644
--- a/dev-python/debugpy/debugpy-1.3.0.ebuild
+++ b/dev-python/debugpy/debugpy-1.3.0.ebuild
@@ -19,6 +19,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
+RESTRICT="!test? ( test )"
DOCS="DESCRIPTION.md"
@@ -28,6 +29,7 @@ DEPEND="
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
+BDEPEND="app-arch/unzip"
python_test() {
nosetests --verbose || die