From b1a51f98e270dd4889c8ab29d685e304927ae77a Mon Sep 17 00:00:00 2001 From: Aleksandr Brodin Date: Tue, 8 Aug 2023 17:42:18 +0700 Subject: [PATCH] add changelog and update authors --- AUTHORS | 1 + changelog/4112.feature.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/4112.feature.rst diff --git a/AUTHORS b/AUTHORS index e9e033c73..ff4161495 100644 --- a/AUTHORS +++ b/AUTHORS @@ -14,6 +14,7 @@ Ahn Ki-Wook Akhilesh Ramakrishnan Akiomi Kamakura Alan Velasco +Aleksandr Brodin Alessio Izzo Alex Jones Alex Lambson diff --git a/changelog/4112.feature.rst b/changelog/4112.feature.rst new file mode 100644 index 000000000..5ce12d38e --- /dev/null +++ b/changelog/4112.feature.rst @@ -0,0 +1 @@ +Support use `pytest.mark.usefixtures` with `pytest.mark.parametrize`.