Skip to content

Commit b7d7bef

Browse files
bluetechpatchback[bot]
authored andcommitted
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 1e4b01d)
1 parent bd08e85 commit b7d7bef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/en/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,9 @@ Removals and backward incompatible breaking changes
266266
now, CI mode is only activated if at least one of those variables is defined and set to a *non-empty* value.
267267

268268

269+
- The non-public ``config.args`` attribute used to be able to contain ``pathlib.Path`` instances; now it can only contain strings.
270+
271+
269272
- `#13779 <https://github.com/pytest-dev/pytest/issues/13779>`_: **PytestRemovedIn9Warning deprecation warnings are now errors by default.**
270273

271274
Following our plan to remove deprecated features with as little disruption as

0 commit comments

Comments
 (0)