From 0998c84eb2c62d2e58f6fcabf3b611d3b4435cb1 Mon Sep 17 00:00:00 2001 From: ziebam Date: Sat, 19 Feb 2022 22:44:57 +0100 Subject: [PATCH] Add changelog entry --- changelog/7336.breaking.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/7336.breaking.rst diff --git a/changelog/7336.breaking.rst b/changelog/7336.breaking.rst new file mode 100644 index 000000000..dc48bab92 --- /dev/null +++ b/changelog/7336.breaking.rst @@ -0,0 +1 @@ +The pytest ``log_file`` ini marker is now relative to the configs ``inifile`` directory, as it was always the intention. It was originally introduced as relative to the current working directory unintentionally.