dev-python/setuptools_scm: Improve test deps

Package-Manager: portage-2.2.26
This commit is contained in:
Patrick Lauer
2016-01-03 20:51:14 +01:00
parent b90284456d
commit 3f6ff4e06d

View File

@@ -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}"