summaryrefslogtreecommitdiff
path: root/app-crypt/certbot/certbot-0.27.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/certbot/certbot-0.27.1.ebuild')
-rw-r--r--app-crypt/certbot/certbot-0.27.1.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/app-crypt/certbot/certbot-0.27.1.ebuild b/app-crypt/certbot/certbot-0.27.1.ebuild
index b0b558ecae05..997ec14b98c9 100644
--- a/app-crypt/certbot/certbot-0.27.1.ebuild
+++ b/app-crypt/certbot/certbot-0.27.1.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
}