mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user