summaryrefslogtreecommitdiff
path: root/dev-python/paramiko/paramiko-2.4.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-18 00:10:51 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-18 00:10:51 +0100
commiteccb70a7f91b2d22582587f26d1a28bb31408b45 (patch)
tree3223e1fd54201bcf4ebecac6fbe87361cbe643e2 /dev-python/paramiko/paramiko-2.4.2.ebuild
parenta2810985afabcc31d3eace5e61d8ea25b852ba17 (diff)
gentoo resync : 18.05.2019
Diffstat (limited to 'dev-python/paramiko/paramiko-2.4.2.ebuild')
-rw-r--r--dev-python/paramiko/paramiko-2.4.2.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/dev-python/paramiko/paramiko-2.4.2.ebuild b/dev-python/paramiko/paramiko-2.4.2.ebuild
index d52e14914dae..559b9089c457 100644
--- a/dev-python/paramiko/paramiko-2.4.2.ebuild
+++ b/dev-python/paramiko/paramiko-2.4.2.ebuild
@@ -28,13 +28,11 @@ RDEPEND="
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-relaxed[${PYTHON_USEDEP}]
- )
"
+# Depends on pytest-relaxed which is broken.
+RESTRICT="test"
+
src_prepare() {
if ! use server; then
eapply "${FILESDIR}/${PN}-2.4.2-disable-server.patch"
@@ -42,10 +40,6 @@ src_prepare() {
eapply_user
}
-python_test() {
- py.test -v || die "Tests fail with ${EPYTHON}"
-}
-
python_compile_all() {
use doc && esetup.py build_sphinx -s sites/docs
}