From de49812990871e1705b64051c35161d5e6400269 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 24 Dec 2018 14:11:38 +0000 Subject: gentoo resync : 24.12.2018 --- app-crypt/certbot/certbot-9999.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'app-crypt/certbot/certbot-9999.ebuild') diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index dd686122dfab..bb543bdc2d05 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -38,16 +38,9 @@ RDEPEND=" DEPEND=" ${CDEPEND} test? ( - >=dev-python/astroid-1.3.5[${PYTHON_USEDEP}] - dev-python/coverage[${PYTHON_USEDEP}] - dev-python/ipdb[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-cov[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - >=dev-python/pylint-1.4.2[${PYTHON_USEDEP}] - dev-python/wheel[${PYTHON_USEDEP}] )" python_test() { - nosetests -v ${PN} || die + pytest -vv ${PN} || die } -- cgit v1.2.3