summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-11-28 06:32:32 +0000
committerIan Delaney <idella4@gentoo.org>2013-11-28 06:32:32 +0000
commit476565ce322631fa840af3aa6612656f0e550d44 (patch)
tree1271b1ebaa44cbe8a776faf01938012ba229e9b9 /dev-python/python-swiftclient
parentswitch herd, unrestrict test & update test phase (diff)
downloadgentoo-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')
-rw-r--r--dev-python/python-swiftclient/ChangeLog5
-rw-r--r--dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/python-swiftclient/ChangeLog b/dev-python/python-swiftclient/ChangeLog
index 34f835589e77..21ad12d1ddca 100644
--- a/dev-python/python-swiftclient/ChangeLog
+++ b/dev-python/python-swiftclient/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-swiftclient
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 1.7 2013/11/15 06:51:33 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 1.8 2013/11/28 06:32:32 idella4 Exp $
+
+ 28 Nov 2013; Ian Delaney <idella4@gentoo.org> python-swiftclient-1.8.0.ebuild:
+ update test phase
*python-swiftclient-1.8.0 (15 Nov 2013)
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() {