mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/debugpy: add missing RESTRICT="!test? ( test )"
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user