diff options
| author | Ian Delaney <idella4@gentoo.org> | 2015-08-15 20:22:40 +0800 |
|---|---|---|
| committer | Ian Delaney <idella4@gentoo.org> | 2015-08-15 20:22:40 +0800 |
| commit | 9d1ad89c78586bcea6a345672d5029dd96927296 (patch) | |
| tree | a4d769c52b23c9de0ff907fa6ee31db5313ea075 /dev-python/beaker | |
| parent | 380b5cd7e6b999e67605a95d132c7ad50b4f822b (diff) | |
| download | gentoo-9d1ad89c78586bcea6a345672d5029dd96927296.tar.gz gentoo-9d1ad89c78586bcea6a345672d5029dd96927296.tar.bz2 gentoo-9d1ad89c78586bcea6a345672d5029dd96927296.zip | |
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
Diffstat (limited to 'dev-python/beaker')
| -rw-r--r-- | dev-python/beaker/beaker-1.7.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/beaker/beaker-1.7.0-r1.ebuild b/dev-python/beaker/beaker-1.7.0-r1.ebuild index b54d0ce92643..13b2fe6c5a21 100644 --- a/dev-python/beaker/beaker-1.7.0-r1.ebuild +++ b/dev-python/beaker/beaker-1.7.0-r1.ebuild @@ -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() { |
