Skip to content

Commit 188750b

Browse files
authored
Merge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1fd637cd2d293c562807a2c79042c692d/pr-14014
[PR #14014/1e4b01d1 backport][9.0.x] doc: add compat note about `config.args` to pytest 9.0.0 changelog
2 parents bd08e85 + b7d7bef commit 188750b

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)