- update to 3.15.1:

* #529: Fixed itertools._tee object has no attribute error --
    now duplicate_iterators=True must be passed to mocker.spy to
    duplicate iterators.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-mock?expand=0&rev=48
This commit is contained in:
2025-09-29 20:31:24 +00:00
committed by Git OBS Bridge
parent c84a87535b
commit 8ae8bd8a5d
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 29 20:31:05 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.15.1:
* #529: Fixed itertools._tee object has no attribute error --
now duplicate_iterators=True must be passed to mocker.spy to
duplicate iterators.
-------------------------------------------------------------------
Wed Sep 10 17:13:40 UTC 2025 - Dirk Müller <dmueller@suse.com>