Hello community, here is the log from the commit of package python-Twisted for openSUSE:Factory checked in at 2020-10-29 09:47:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Twisted (Old) and /work/SRC/openSUSE:Factory/.python-Twisted.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Twisted" Thu Oct 29 09:47:56 2020 rev:41 rq:841601 version:20.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Twisted/python-Twisted.changes 2020-06-05 19:59:26.943779883 +0200 +++ /work/SRC/openSUSE:Factory/.python-Twisted.new.3463/python-Twisted.changes 2020-10-29 09:47:57.464148872 +0100 @@ -1,0 +2,9 @@ +Mon Oct 12 21:14:33 UTC 2020 - Matej Cepl <[email protected]> + +- Add no-test_successResultOfWithFailureHasTraceback.patch to + skip sted.conch.test.test_keys.KeyTests.test_fromOpenSSH, + which fails. Upstream suggests + https://twistedmatrix.com/trac/ticket/9665, but it has never + been confirmed, even less fixed. + +------------------------------------------------------------------- New: ---- no-test_successResultOfWithFailureHasTraceback.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Twisted.spec ++++++ --- /var/tmp/diff_new_pack.TYHagC/_old 2020-10-29 09:47:58.940150266 +0100 +++ /var/tmp/diff_new_pack.TYHagC/_new 2020-10-29 09:47:58.944150270 +0100 @@ -33,6 +33,9 @@ Patch5: python-38-hmac-digestmod.patch Patch6: python-38-no-cgi-parseqs.patch Patch7: true-binary.patch +# PATCH-FIX-UPSTREAM no-test_successResultOfWithFailureHasTraceback.patch https://twistedmatrix.com/trac/ticket/9665 [email protected] +# skip over the test test_successResultOfWithFailureHasTraceback +Patch8: no-test_successResultOfWithFailureHasTraceback.patch BuildRequires: %{python_module Automat >= 0.3.0} BuildRequires: %{python_module PyHamcrest >= 1.9.0} BuildRequires: %{python_module appdirs >= 1.4.0} ++++++ no-test_successResultOfWithFailureHasTraceback.patch ++++++ --- src/twisted/conch/test/test_keys.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/src/twisted/conch/test/test_keys.py +++ b/src/twisted/conch/test/test_keys.py @@ -6,6 +6,7 @@ Tests for L{twisted.conch.ssh.keys}. """ from __future__ import absolute_import, division +import unittest as pyunit from twisted.python.reflect import requireModule @@ -225,7 +226,8 @@ class KeyTests(unittest.TestCase): for k, v in data.items(): self.assertEqual(privateKey.data()[k], v) - + @pyunit.skip('Upstream ticket https://twistedmatrix.com/trac/ticket/9665' + + ' has still not been resolved.') def test_fromOpenSSH(self): """ Test that keys are correctly generated from OpenSSH strings.
