Package: python-glanceclient / 1:4.10.0-1

Metadata

Package Version Patches format
python-glanceclient 1:4.10.0-1 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
Fix_bytes related_test_failures_with_urllib 3.patch | (download)

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

 [patch] fix bytes-related test failures with urllib-3

Replace `io.StringIO()` with `io.BytesIO()` in mocked response body,
to fix some of the test failures when running with urllib3-2.2.1.  This
change is backwards compatible  all tests still pass with
urllib3-1.26.18.

Partial-Bug: 2069684