mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user