summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'changelog')
-rw-r--r--changelog/7701.improvement.rst1
-rw-r--r--changelog/7988.deprecation.rst3
2 files changed, 4 insertions, 0 deletions
diff --git a/changelog/7701.improvement.rst b/changelog/7701.improvement.rst
new file mode 100644
index 000000000..e214be9e3
--- /dev/null
+++ b/changelog/7701.improvement.rst
@@ -0,0 +1 @@
+Improved reporting when using ``--collected-only``. It will now show the number of collected tests in the summary stats.
diff --git a/changelog/7988.deprecation.rst b/changelog/7988.deprecation.rst
new file mode 100644
index 000000000..34f646c9a
--- /dev/null
+++ b/changelog/7988.deprecation.rst
@@ -0,0 +1,3 @@
+The ``@pytest.yield_fixture`` decorator/function is now deprecated. Use :func:`pytest.fixture` instead.
+
+``yield_fixture`` has been an alias for ``fixture`` for a very long time, so can be search/replaced safely.