diff --git a/changelog/2124.bugfix b/changelog/2124.bugfix new file mode 100644 index 000000000..e1c5e044c --- /dev/null +++ b/changelog/2124.bugfix @@ -0,0 +1 @@ +``pytest_fixture_setup`` and ``pytest_fixture_post_finalizer`` hooks are now called for all ``conftest.py`` files. diff --git a/changelog/2124.feature b/changelog/2124.feature new file mode 100644 index 000000000..267fdabc9 --- /dev/null +++ b/changelog/2124.feature @@ -0,0 +1 @@ +``pytest_fixture_post_finalizer`` hook can now receive a ``request`` argument.