diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-11-28 06:32:32 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-11-28 06:32:32 +0000 |
commit | 476565ce322631fa840af3aa6612656f0e550d44 (patch) | |
tree | 1271b1ebaa44cbe8a776faf01938012ba229e9b9 /dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild | |
parent | switch herd, unrestrict test & update test phase (diff) | |
download | gentoo-2-476565ce322631fa840af3aa6612656f0e550d44.tar.gz gentoo-2-476565ce322631fa840af3aa6612656f0e550d44.tar.bz2 gentoo-2-476565ce322631fa840af3aa6612656f0e550d44.zip |
update test phase
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild')
-rw-r--r-- | dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild b/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild index a50a03f4d41f..c90c4ca3dc31 100644 --- a/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild +++ b/dev-python/python-swiftclient/python-swiftclient-1.8.0.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/python-swiftclient/python-swiftclient-1.8.0.ebuild,v 1.1 2013/11/15 06:51:33 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild,v 1.2 2013/11/28 06:32:32 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -46,8 +46,10 @@ python_compile_all() { } python_test() { - # https://bugs.launchpad.net/python-swiftclient/+bug/1251507 - nosetests tests -e test_instantiation || die "testsuite failed" + testr init + testr run || die "tests failed under python2_7" + flake8 tests && einfo "run of tests folder by flake8 passed" + flake8 bin/swift && einfo "run of ./bin/swift by flake8 passed" } python_install_all() { |