diff --git a/changelog/7337.improvement.rst b/changelog/7337.improvement.rst new file mode 100644 index 000000000..e2e4e5e83 --- /dev/null +++ b/changelog/7337.improvement.rst @@ -0,0 +1 @@ +Warns for test functions that return non-None. Now in `pytest_pyfunc_call` after the `async_warn_and_skip` it will check for if the return is something other than None.