From 12dbee37397e264341f70e154a795467a4d9232a Mon Sep 17 00:00:00 2001 From: Tom Most Date: Sun, 16 Nov 2025 00:23:01 -0800 Subject: [PATCH 1/2] Fix a typo in the 9.0 changelog --- AUTHORS | 1 + changelog/13969.misc.rst | 1 + doc/en/changelog.rst | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelog/13969.misc.rst 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/changelog/13969.misc.rst b/changelog/13969.misc.rst new file mode 100644 index 00000000000..5c4ebee58ea --- /dev/null +++ b/changelog/13969.misc.rst @@ -0,0 +1 @@ +Fix a typo in the 9.0 changelog. 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. From 377ebcb9d88aa8319800e0c0672a8bc284a53770 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 19 Nov 2025 06:56:02 -0300 Subject: [PATCH 2/2] Delete changelog/13969.misc.rst --- changelog/13969.misc.rst | 1 - 1 file changed, 1 deletion(-) delete mode 100644 changelog/13969.misc.rst diff --git a/changelog/13969.misc.rst b/changelog/13969.misc.rst deleted file mode 100644 index 5c4ebee58ea..00000000000 --- a/changelog/13969.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix a typo in the 9.0 changelog.