mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/botocore: run also functional tests
Only newest, unstable 1.8.6 ebuild affected. Package-Manager: Portage-2.3.14, Repoman-2.3.6
This commit is contained in:
@@ -43,7 +43,7 @@ python_compile_all() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
python_test() {
|
python_test() {
|
||||||
nosetests -v tests/unit || die "tests failed under ${EPYTHON}"
|
nosetests -v tests/unit tests/functional || die "tests failed under ${EPYTHON}"
|
||||||
}
|
}
|
||||||
|
|
||||||
python_install_all() {
|
python_install_all() {
|
||||||
|
|||||||
Reference in New Issue
Block a user