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.