From 028c7c9edb7f4cbbdc6d01168aec3e2a823d4cb4 Mon Sep 17 00:00:00 2001 From: Harshna <43389959+hp310780@users.noreply.github.com> Date: Wed, 27 Oct 2021 19:19:25 +0100 Subject: [PATCH] Update changelog/8990.bugfix.rst Co-authored-by: Ran Benita --- changelog/8990.bugfix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/8990.bugfix.rst b/changelog/8990.bugfix.rst index 12c93f2c6..ab63eb9a7 100644 --- a/changelog/8990.bugfix.rst +++ b/changelog/8990.bugfix.rst @@ -1 +1 @@ -TerminalReporter's ``_locationline()`` will now pass the correct type of input arg to ``_pytest.pathlib.bestrelpath``. Previously it was passing in ``str`` which raised an exception. +Fix `pytest -vv` crashing with an internal exception `AttributeError: 'str' object has no attribute 'relative_to'` in some cases.