dev-python/beaker:

Tidy to test phase, notate issue filed upstream in test phase re
apparent regression in one test file wrt bug #557026"

Package-Manager: portage-2.2.20
This commit is contained in:
Ian Delaney
2015-08-15 20:22:40 +08:00
parent 380b5cd7e6
commit 9d1ad89c78

View File

@@ -38,10 +38,9 @@ python_prepare_all() {
}
python_test() {
# https://github.com/bbangert/beaker/issues/86; bug #557026
cp -r -l tests "${BUILD_DIR}"/ || die
pushd "${BUILD_DIR}"/tests > /dev/null
nosetests || die "Tests fail with ${EPYTHON}"
popd > /dev/null
nosetests -w "${BUILD_DIR}"/tests || die "Tests fail with ${EPYTHON}"
}
pkg_postinst() {