From c5a7f9c3ecd4b8a9ee416531b44ebd0b525f91db9811a6833ef6cb793ec13970 Mon Sep 17 00:00:00 2001 From: Alexander Graul Date: Fri, 30 Oct 2020 14:58:04 +0000 Subject: [PATCH] Accepting request 845048 from home:PSuarezHernandez:branches:devel:languages:python - Skip conflictive 'ParamikoSSHClientTests.test_key_file_non_pem_format_error' test since our SLE python-paramiko package already has OpenSSH support on version < 2.7.0 OBS-URL: https://build.opensuse.org/request/show/845048 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=107 --- python-apache-libcloud.changes | 6 ++++++ python-apache-libcloud.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-apache-libcloud.changes b/python-apache-libcloud.changes index 07f3443..6ee6b91 100644 --- a/python-apache-libcloud.changes +++ b/python-apache-libcloud.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 30 12:47:57 UTC 2020 - Pablo Suárez Hernández + +- Skip conflictive 'ParamikoSSHClientTests.test_key_file_non_pem_format_error' test + since our SLE python-paramiko package already has OpenSSH support on version < 2.7.0 + ------------------------------------------------------------------- Fri Oct 30 09:26:42 UTC 2020 - Pablo Suárez Hernández diff --git a/python-apache-libcloud.spec b/python-apache-libcloud.spec index 6793a4f..93694e2 100644 --- a/python-apache-libcloud.spec +++ b/python-apache-libcloud.spec @@ -89,8 +89,9 @@ find %{buildroot} -name '*.pem' -size 0 -delete %check # Skip ShellOutSSHClientTests tests which attempt to ssh to localhost +# Skip test_key_file_non_pem_format_error since OpenSSH support is backported for SLE python-paramiko < 2.7.0 # Note these four extra py3 failures are undesirable and should be fixed: fail in s390 and ppc64 -%pytest -k '(not test_consume_stderr_chunk_contains_part_of_multi_byte_utf8_character and not test_consume_stdout_chunk_contains_part_of_multi_byte_utf8_character and not test_consume_stdout_chunk_contains_non_utf8_character and not test_consume_stderr_chunk_contains_non_utf8_character and not ShellOutSSHClientTests and not ElasticContainerDriverTestCase)' +%pytest -k '(not test_consume_stderr_chunk_contains_part_of_multi_byte_utf8_character and not test_consume_stdout_chunk_contains_part_of_multi_byte_utf8_character and not test_consume_stdout_chunk_contains_non_utf8_character and not test_consume_stderr_chunk_contains_non_utf8_character and not test_key_file_non_pem_format_error and not ShellOutSSHClientTests and not ElasticContainerDriverTestCase)' %files %{python_files} %license LICENSE