We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0c462 commit 1b31521Copy full SHA for 1b31521
CHANGELOG.rst
@@ -3,7 +3,8 @@
3
4
*
5
6
-* Using ``pytest.main.compatproperty`` is now issuing deprecation warning.
+* Using ``item.Function``, ``item.Module``, etc., is now issuing deprecation warnings, prefer
7
+ ``pytest.Function``, ``pytest.Module``, etc., instead.
8
Thanks `@nmundar` for the PR.
9
10
* An error message is now displayed if ``--confcutdir`` is not a valid directory, avoiding
0 commit comments