mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user