diff options
author | 2013-04-12 05:51:40 +0000 | |
---|---|---|
committer | 2013-04-12 05:51:40 +0000 | |
commit | 8488d30b8cf6fae552c221879b9f8953d7e567eb (patch) | |
tree | 6b300056bde6020a77fd53c054712e4a6a7b136f /dev-python/traitsui/traitsui-4.3.0-r1.ebuild | |
parent | Version bump. Drop ruby18 due to net-ssh dependency. (diff) | |
download | historical-8488d30b8cf6fae552c221879b9f8953d7e567eb.tar.gz historical-8488d30b8cf6fae552c221879b9f8953d7e567eb.tar.bz2 historical-8488d30b8cf6fae552c221879b9f8953d7e567eb.zip |
test phase fixed again, upstream provided (an unexpected) fix in tracker issues#74
Package-Manager: portage-2.1.11.60/cvs/Linux x86_64
Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-python/traitsui/traitsui-4.3.0-r1.ebuild')
-rw-r--r-- | dev-python/traitsui/traitsui-4.3.0-r1.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-python/traitsui/traitsui-4.3.0-r1.ebuild b/dev-python/traitsui/traitsui-4.3.0-r1.ebuild index 32bbd2b33441..8673c0193746 100644 --- a/dev-python/traitsui/traitsui-4.3.0-r1.ebuild +++ b/dev-python/traitsui/traitsui-4.3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/traitsui/traitsui-4.3.0-r1.ebuild,v 1.1 2013/04/11 18:45:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/traitsui/traitsui-4.3.0-r1.ebuild,v 1.2 2013/04/12 05:51:09 idella4 Exp $ EAPI=5 @@ -29,19 +29,17 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] DOCS=( docs/traitsuidocreadme.txt ) +PATCHES=( "${FILESDIR}"/${P}-tests.patch ) + python_compile_all() { use doc && emake -C docs html } python_test() { - # https://github.com/enthought/traitsui/issues/74; - # upstream can't be relied upon to fix, unpassable tests here excluded export ETS_TOOLKIT=qt4 export QT_API=pyqt - VIRTUALX_COMMAND="nosetests -e test_qt_show_labels_right_without_colon* \ - -e test_qt_labels_right_resizing_vertical* \ - -e test_visible_when_layout* \ - -e test_qt_labels_right_resizing_horizontal*" virtualmake + VIRTUALX_COMMAND="nosetests -v" virtualmake + } python_install_all() { |