Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 423859 | Differences between
and this patch

Collapse All | Expand All

(-)tox.orig/tox-1.4.ebuild (-7 / +11 lines)
Lines 7-13 Link Here
7
PYTHON_DEPEND="*"
7
PYTHON_DEPEND="*"
8
SUPPORT_PYTHON_ABIS="1"
8
SUPPORT_PYTHON_ABIS="1"
9
9
10
inherit distutils
10
inherit distutils eutils
11
11
12
DESCRIPTION="virtualenv-based automation of test activities"
12
DESCRIPTION="virtualenv-based automation of test activities"
13
HOMEPAGE="http://tox.testrun.org http://pypi.python.org/pypi/tox"
13
HOMEPAGE="http://tox.testrun.org http://pypi.python.org/pypi/tox"
Lines 24-32 Link Here
24
		>=dev-python/pytest-2.2.3"
24
		>=dev-python/pytest-2.2.3"
25
RDEPEND="${DEPEND}"
25
RDEPEND="${DEPEND}"
26
26
27
#src_test() {
27
src_prepare() {
28
#	testing() {
28
	epatch "${FILESDIR}"/${P}-rm_version_test.patch
29
#		py.test -x
29
}
30
#	}
30
31
#	python_execute_function testing
31
src_test() {
32
#}
32
	testing() {
33
		PYTHONPATH=. py.test -x
34
	}
35
	python_execute_function testing
36
}

Return to bug 423859