summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-07-27 07:14:37 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-07-27 07:14:37 +0000
commit28f772f3b781e7312d8526d6742c34a700086927 (patch)
treea7707d9adbd9b4ad81f2254116ba7ad5a0357c75 /dev-python/functest
parentBump linux-headers dep for v4l2, bug #278765 (diff)
downloadgentoo-2-28f772f3b781e7312d8526d6742c34a700086927.tar.gz
gentoo-2-28f772f3b781e7312d8526d6742c34a700086927.tar.bz2
gentoo-2-28f772f3b781e7312d8526d6742c34a700086927.zip
whitespace
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python/functest')
-rw-r--r--dev-python/functest/functest-0.8.8.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-python/functest/functest-0.8.8.ebuild b/dev-python/functest/functest-0.8.8.ebuild
index ba0c8dda3068..6b9db606584c 100644
--- a/dev-python/functest/functest-0.8.8.ebuild
+++ b/dev-python/functest/functest-0.8.8.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/functest/functest-0.8.8.ebuild,v 1.2 2009/07/25 20:08:04 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/functest/functest-0.8.8.ebuild,v 1.3 2009/07/27 07:14:37 mr_bones_ Exp $
# Ebuild generated by g-pypi 0.2.2 (rev. 214)
EAPI="2"
inherit distutils
-
DESCRIPTION="Functest is a test tool/framework for testing in python"
HOMEPAGE="http://code.google.com/p/functest/"
SRC_URI="http://cheeseshop.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
@@ -19,9 +18,6 @@ DEPEND="dev-python/setuptools
test? ( >=dev-python/nose-0.10.4 )"
RDEPEND="${DEPEND}"
-
-
-
src_test(){
PYTHONPATH=. nosetests || die "Test failed"
}