diff --git a/changelog/3853.feature.rst b/changelog/3853.feature.rst deleted file mode 100644 index 5bf739ba4..000000000 --- a/changelog/3853.feature.rst +++ /dev/null @@ -1,2 +0,0 @@ -Removed the Needless message printed with --failed-first,--last-failed and no failed tests. -Also added the test in test_cacheprovider.py file and removed 1 option from test which was explictily checking the needless message (run-last-failure: run all (no recorded failures)). diff --git a/changelog/3853.trivial.rst b/changelog/3853.trivial.rst new file mode 100644 index 000000000..fe8a4afb0 --- /dev/null +++ b/changelog/3853.trivial.rst @@ -0,0 +1,2 @@ +Removed ``"run all (no recorded failures)"`` message printed with ``--failed-first`` and ``--last-failed`` when there are no failed tests. +