Package: python-msrest / 0.6.21-8

Metadata

Package Version Patches format
python-msrest 0.6.21-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
reset mock.patch | (download)

tests/asynctests/test_async_client.py | 8 4 + 4 - 0 !
tests/test_client.py | 8 4 + 4 - 0 !
2 files changed, 8 insertions(+), 8 deletions(-)

 reset mocks more cleanly

The previous approach breaks on Python 3.13.2 and 3.14.3 due to the fix
for https://github.com/python/cpython/issues/142651.

Fixes: #267