Package: python-glanceclient / 1:2.5.0-3

Metadata

Package Version Patches format
python-glanceclient 1:2.5.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip tests 2.patch | (download)

glanceclient/tests/unit/v1/test_shell.py | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 skip tests that are failing upstream.
             https://bugs.launchpad.net/python-glanceclient/+bug/1504360
skip tests.patch | (download)

glanceclient/tests/unit/test_ssl.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 skip tests that are failing upstream.
             https://bugs.launchpad.net/python-glanceclient/+bug/1499355
fix has expired tests.patch | (download)

glanceclient/tests/unit/test_ssl.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 skip tests to work around upstream issue where has_expired()
             returns TRUE for unexpired certificate:
             https://github.com/pyca/pyopenssl/issues/275
             has_expired() is called by do_verify_callback().