summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-04-21 14:11:37 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-04-21 14:11:46 +0200
commit640ceed5adb749f557d2d55bd2cd07303a1a4d9d (patch)
treeb74365909eb8a38ece717d95a7ec2de3596e4569 /dev-python/twisted
parentdev-python/django_polymorphic: Retake for python@ (diff)
downloadgentoo-640ceed5adb749f557d2d55bd2cd07303a1a4d9d.tar.gz
gentoo-640ceed5adb749f557d2d55bd2cd07303a1a4d9d.tar.bz2
gentoo-640ceed5adb749f557d2d55bd2cd07303a1a4d9d.zip
dev-python/twisted: drop conch tests
Closes: https://bugs.gentoo.org/661258 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/twisted')
-rw-r--r--dev-python/twisted/twisted-18.4.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/twisted/twisted-18.4.0.ebuild b/dev-python/twisted/twisted-18.4.0.ebuild
index 16b017e9f050..131a2e05578d 100644
--- a/dev-python/twisted/twisted-18.4.0.ebuild
+++ b/dev-python/twisted/twisted-18.4.0.ebuild
@@ -74,7 +74,6 @@ DEPEND="
dev-python/idna[${PYTHON_USEDEP}]
dev-python/pyserial[${PYTHON_USEDEP}]
>=dev-python/constantly-15.1.0[${PYTHON_USEDEP}]
- <net-misc/openssh-7.6
)
"
@@ -96,6 +95,12 @@ python_prepare_all() {
if use test ; then
# Remove since this is an upstream distribution test for making releases
rm src/twisted/python/test/test_release.py || die "rm src/twisted/python/test/test_release.py FAILED"
+
+ # Conch doesn't work with latest >=OpenSSH 7.6
+ # - https://twistedmatrix.com/trac/ticket/9311
+ # - https://twistedmatrix.com/trac/ticket/9515
+ rm src/twisted/conch/test/test_conch.py || die "rm src/twisted/conch/test/test_conch.py FAILED"
+ rm src/twisted/conch/test/test_cftp.py || die "rm src/twisted/conch/test/test_cftp.py FAILED"
fi
distutils-r1_python_prepare_all
}