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
This commit is contained in:
parent
f2ce52a468
commit
c5a7f9c3ec
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 30 12:47:57 UTC 2020 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
|
||||||
|
|
||||||
|
- 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 <pablo.suarezhernandez@suse.com>
|
Fri Oct 30 09:26:42 UTC 2020 - Pablo Suárez Hernández <pablo.suarezhernandez@suse.com>
|
||||||
|
|
||||||
|
@ -89,8 +89,9 @@ find %{buildroot} -name '*.pem' -size 0 -delete
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Skip ShellOutSSHClientTests tests which attempt to ssh to localhost
|
# 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
|
# 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}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
Reference in New Issue
Block a user