We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379b623 commit 0f19294Copy full SHA for 0f19294
CHANGELOG.rst
@@ -1,3 +1,13 @@
1
+3.5.1 (2021-01-10)
2
+------------------
3
+
4
+* Use ``inspect.getattr_static`` instead of resorting to ``object.__getattribute__``
5
+ magic. This should better comply with objects which implement a custom descriptor
6
+ protocol. Thanks `@yesthesoup`_ for the PR (`#224`_).
7
8
+.. _@yesthesoup: https://github.com/yesthesoup
9
+.. _#224: https://github.com/pytest-dev/pytest-mock/pull/224
10
11
3.5.0 (2021-01-04)
12
------------------
13
0 commit comments