We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e2dca commit 069bba2Copy full SHA for 069bba2
CHANGELOG.rst
@@ -1,10 +1,17 @@
1
Releases
2
========
3
4
+3.8.2 (2022-07-05)
5
+------------------
6
+
7
+- Fixed `AsyncMock` support for Python 3.7+ in `mocker.async_stub` (`#302`_).
8
9
+.. _#302: https://github.com/pytest-dev/pytest-mock/pull/302
10
11
3.8.1 (2022-06-24)
12
------------------
13
-* Fix regression caused by an explicit ``mock`` dependency in the code (`#298`_).
14
+* Fixed regression caused by an explicit ``mock`` dependency in the code (`#298`_).
15
16
.. _#298: https://github.com/pytest-dev/pytest-mock/issues/298
17
0 commit comments