We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7222f0c + 62c6323 commit d9d785eCopy full SHA for d9d785e
CHANGELOG.rst
@@ -1,3 +1,11 @@
1
+1.10.3
2
+------
3
+
4
+* Fix test suite in Python 3.8. Thanks `@hroncok`_ for the report and `@blueyed`_ for the PR (`#140`_).
5
6
+.. _#140: https://github.com/pytest-dev/pytest-mock/pull/140
7
+.. _@hroncok: https://github.com/hroncok
8
9
1.10.2
10
------
11
setup.py
@@ -32,6 +32,7 @@
32
"Programming Language :: Python :: 3.5",
33
"Programming Language :: Python :: 3.6",
34
"Programming Language :: Python :: 3.7",
35
+ "Programming Language :: Python :: 3.8",
36
"Topic :: Software Development :: Testing",
37
],
38
)
0 commit comments