From 8885dc54b6d62024e88df18e5f18dc931e488490965f051cf6fdd4323f5dba25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 16 May 2019 23:40:16 +0000 Subject: [PATCH] Accepting request 703588 from home:anandrit:branches:devel:languages:python - Skip failing ElasticContainerDriverTestCase, with invalid URL OBS-URL: https://build.opensuse.org/request/show/703588 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apache-libcloud?expand=0&rev=85 --- python-apache-libcloud.changes | 5 +++++ python-apache-libcloud.spec | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/python-apache-libcloud.changes b/python-apache-libcloud.changes index 03e536e..9075da9 100644 --- a/python-apache-libcloud.changes +++ b/python-apache-libcloud.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 16 23:34:03 UTC 2019 - ranand@suse.com + +- Skip failing ElasticContainerDriverTestCase, with invalid URL + ------------------------------------------------------------------- Mon Feb 25 09:28:39 UTC 2019 - John Vandenberg diff --git a/python-apache-libcloud.spec b/python-apache-libcloud.spec index fe08376..df3f3b8 100644 --- a/python-apache-libcloud.spec +++ b/python-apache-libcloud.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -23,7 +23,7 @@ Release: 0 Summary: Abstraction over multiple cloud provider APIs License: Apache-2.0 Group: System/Monitoring -URL: https://libcloud.apache.org +Url: https://libcloud.apache.org Source0: https://files.pythonhosted.org/packages/source/a/apache-libcloud/apache-libcloud-%{version}.tar.gz Patch2: ec2_create_node.patch BuildRequires: %{python_module libvirt-python} @@ -73,12 +73,14 @@ find %{buildroot} -name '*.pem' -size 0 -delete %check # Skip ShellOutSSHClientTests tests which attempt to ssh to localhost -python2 -m pytest -k 'not ShellOutSSHClientTests' +python2 -m pytest -k 'not ShellOutSSHClientTests and \ + not ElasticContainerDriverTestCase' # Note these two extra py3 failures are undesirable and should be fixed python3 -m 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 ShellOutSSHClientTests' + not ShellOutSSHClientTests and \ + not ElasticContainerDriverTestCase' %files %{python_files} %license LICENSE