From 76ac670f7d6a249bf2fba0a151cc4e742c1fc2e0 Mon Sep 17 00:00:00 2001 From: Serhii Mozghovyi Date: Thu, 28 Jun 2018 23:42:18 +0300 Subject: [PATCH] Add changelog description --- AUTHORS | 1 + changelog/2220.bugfix.rst | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 changelog/2220.bugfix.rst diff --git a/AUTHORS b/AUTHORS index 95e989306..9dcb446a8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -182,6 +182,7 @@ Ryan Wooden Samuel Dion-Girardeau Samuele Pedroni Segev Finer +Serhii Mozghovyi Simon Gomizelj Skylar Downes Srinivas Reddy Thatiparthy diff --git a/changelog/2220.bugfix.rst b/changelog/2220.bugfix.rst new file mode 100644 index 000000000..bc74b44bb --- /dev/null +++ b/changelog/2220.bugfix.rst @@ -0,0 +1,3 @@ +In case a (direct) parameter of a test overrides some fixture upon which the +test depends indirectly, do the pruning of the fixture dependency tree. That +is, recompute the full set of fixtures the test function needs.