diff --git a/AUTHORS b/AUTHORS index 83509281035..a089ca678f7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -459,6 +459,7 @@ TJ Bruno Tobias Diez Tobias Petersen Tom Dalton +Tom Most Tom Viner Tomáš Gavenčiak Tomer Keren diff --git a/doc/en/changelog.rst b/doc/en/changelog.rst index 85a509dff3f..1de9afaaa66 100644 --- a/doc/en/changelog.rst +++ b/doc/en/changelog.rst @@ -326,7 +326,7 @@ Bug fixes - `#13865 `_: Fixed `--show-capture` with `--tb=line`. -- `#13522 `_: Fixed :fixture:`pytester` in subprocess mode ignored all :attr`pytester.plugins ` except the first. +- `#13522 `_: Fixed :fixture:`pytester` in subprocess mode ignored all :attr:`pytester.plugins ` except the first. Fixed :fixture:`pytester` in subprocess mode silently ignored non-str :attr:`pytester.plugins `. Now it errors instead.