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:
Andrey Utkin
2017-12-05 02:02:25 +00:00
parent 0b0b9bd275
commit e1fabdbdb9

View File

@@ -43,7 +43,7 @@ python_compile_all() {
}
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() {