dev-python/pytest-xdist: install package for testing

pytest doesn't load the xdist plugin unless xdist has already been
installed.

Bug: https://bugs.gentoo.org/597698
Bug: https://bugs.gentoo.org/597700
Bug: https://bugs.gentoo.org/609516
Package-Manager: Portage-2.3.3_p56, Repoman-2.3.1_p49
This commit is contained in:
Mike Gilbert
2017-02-18 12:38:55 -05:00
parent 29f386dd5a
commit 54ee58613d

View File

@@ -37,6 +37,6 @@ PATCHES=(
)
python_test() {
find -name __pycache__ -exec rm -r '{}' + || die
distutils_install_for_testing
py.test -vv || die "Tests failed under ${EPYTHON}"
}