mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/setuptools_scm: Improve test deps
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -19,7 +19,9 @@ IUSE="test"
|
||||
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
|
||||
test? ( dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-vcs/git
|
||||
dev-vcs/mercurial )"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v -x || die "tests failed under ${EPYTHON}"
|
||||
|
||||
Reference in New Issue
Block a user