From b7d7bef90cb9a6db8ac1d3dd5b9ae0eb9abd6c58 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Sat, 6 Dec 2025 22:21:50 +0200 Subject: [PATCH] Merge pull request #14014 from bluetech/compat-note doc: add compat note about `config.args` to pytest 9.0.0 changelog (cherry picked from commit 1e4b01d1fd637cd2d293c562807a2c79042c692d) --- doc/en/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index d9e9928db00..8f869634c73 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -266,6 +266,9 @@ Removals and backward incompatible breaking changes now, CI mode is only activated if at least one of those variables is defined and set to a *non-empty* value. +- The non-public ``config.args`` attribute used to be able to contain ``pathlib.Path`` instances; now it can only contain strings. + + - `#13779 `_: **PytestRemovedIn9Warning deprecation warnings are now errors by default.** Following our plan to remove deprecated features with as little disruption as