dev-python/setuptools_scm: Install package for testing

The test suite fails unless the package is already installed.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=609648
This commit is contained in:
maram
2017-02-19 12:18:31 -05:00
committed by Mike Gilbert
parent 40b48d2223
commit 88dbd85dd5

View File

@@ -26,5 +26,6 @@ DEPEND="
)"
python_test() {
distutils_install_for_testing
py.test -v -v -x || die "tests failed under ${EPYTHON}"
}