diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-12-13 02:49:48 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-12-13 02:49:48 +0000 |
commit | 805d2efe64fc07c66a50031712fa192efebefae8 (patch) | |
tree | bbb3101d1fd2694e55f59ac7ca14618904a1bf3a /dev-python/testscenarios/testscenarios-0.4.ebuild | |
parent | Initial ebuild. (diff) | |
download | gentoo-2-805d2efe64fc07c66a50031712fa192efebefae8.tar.gz gentoo-2-805d2efe64fc07c66a50031712fa192efebefae8.tar.bz2 gentoo-2-805d2efe64fc07c66a50031712fa192efebefae8.zip |
switch herds, add py3 support, test phase unrestricted
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/testscenarios/testscenarios-0.4.ebuild')
-rw-r--r-- | dev-python/testscenarios/testscenarios-0.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/testscenarios/testscenarios-0.4.ebuild b/dev-python/testscenarios/testscenarios-0.4.ebuild index 02a654080c52..6034448825f3 100644 --- a/dev-python/testscenarios/testscenarios-0.4.ebuild +++ b/dev-python/testscenarios/testscenarios-0.4.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4.ebuild,v 1.1 2013/09/17 17:44:54 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4.ebuild,v 1.2 2013/12/13 02:49:48 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python2_7 ) -RESTRICT="test" +PYTHON_COMPAT=( python{2_7,3_2} ) inherit distutils-r1 @@ -25,5 +24,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] RDEPEND="" python_test() { - "${PYTHON}" setup.py nosetests || die + # https://bugs.launchpad.net/testscenarios/+bug/1260573 + nosetests || die "Tests failed under ${EPYTHON}" } |