diff options
Diffstat (limited to 'dev-python/repoze-sphinx-autointerface')
| -rw-r--r-- | dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-1.0.0.ebuild | 11 | 
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-1.0.0.ebuild b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-1.0.0.ebuild index bfcfafa..368934d 100644 --- a/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-1.0.0.ebuild +++ b/dev-python/repoze-sphinx-autointerface/repoze-sphinx-autointerface-1.0.0.ebuild @@ -16,8 +16,6 @@ S="${WORKDIR}/repoze.sphinx.autointerface-${PV}"  LICENSE="BSD-with-disclosure"  SLOT="0"  KEYWORDS="~amd64" -# Zope Testrunner -RESTRICT="test"  RDEPEND="  	dev-python/zope-interface[${PYTHON_USEDEP}] @@ -27,7 +25,8 @@ DEPEND="${RDEPEND}"  distutils_enable_tests setup.py -# python_test() { -# 	zope-testrunner -pvcD --usecompiled \ -# 		--path="${BUILD_DIR}/install$(python_get_sitedir)/" || die -# } +python_test() { +	distutils_write_namespace zope +	zope-testrunner -pvc -j "$(nproc)" --usecompiled \ +		--path "${BUILD_DIR}/install$(python_get_sitedir)/zope" || die +}  | 
