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.
1 parent a9f55c1 commit 337d804Copy full SHA for 337d804
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Version history
2
3
4
+## Version 1.9.3
5
+
6
+### Bugfixes
7
8
+- Fixes `DeprecationWarning` for using `py.LocalPath` for `pytest>=7.0` #89
9
10
11
## Version 1.9.2
12
13
### Bugfixes
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="pytest-mypy-plugins",
18
- version="1.9.2",
+ version="1.9.3",
19
description="pytest plugin for writing tests for mypy plugins",
20
long_description=readme,
21
long_description_content_type="text/markdown",
0 commit comments