Skip to content

Commit ccda6a1

Browse files
committed
doc: add compat note about config.args to pytest 9.0.0 changelog
Refs #13996.
1 parent 4d38675 commit ccda6a1

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)