dev-python/twisted: disable more conch tests
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 26 Apr 2020 22:37:28 +0000 (00:37 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 26 Apr 2020 22:51:13 +0000 (00:51 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-python/twisted/twisted-19.10.0.ebuild
dev-python/twisted/twisted-20.3.0.ebuild

index 074f0cee66f78455aed9b575fe8a1a16f5c39269..b10b1aa01a566b4a93ef6974af0c1bc5a4a45806 100644 (file)
@@ -89,8 +89,9 @@ python_prepare_all() {
        # 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"
+       rm src/twisted/conch/test/test_ckeygen.py || die
+       rm src/twisted/conch/test/test_conch.py || die
+       rm src/twisted/conch/test/test_cftp.py || die
 
        # puts system in EMFILE state, then the exception handler may fail
        # trying to open more files due to some gi magic
index 3294057943d203feb29ec8bc939581c10b6e4981..c35ab596c1cfcb36047317c410c178fcb1fa2cac 100644 (file)
@@ -93,8 +93,9 @@ python_prepare_all() {
        # 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"
+       rm src/twisted/conch/test/test_ckeygen.py || die
+       rm src/twisted/conch/test/test_conch.py || die
+       rm src/twisted/conch/test/test_cftp.py || die
 
        # puts system in EMFILE state, then the exception handler may fail
        # trying to open more files due to some gi magic