From e9d1f11af38e17ed79f9f5c2858c268fd8c5942e Mon Sep 17 00:00:00 2001 From: Alessio Bogon Date: Thu, 18 Oct 2018 13:10:32 +0200 Subject: [PATCH] Remove reason from documentation --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 05576ea..055d7c4 100644 --- a/README.rst +++ b/README.rst @@ -1217,8 +1217,7 @@ ordering of the types of the steps. Migration of your tests from versions 2.x.x ------------------------------------------------ -In version 3.0.0, the fixtures ``pytestbdd_feature_base_dir`` and ``pytestbdd_strict_gherkin`` have been removed. The reason for it is that those fixtures had to be evaluated at module import time, but fixtures are not meant to invoked directly. -Pytest is going to not allow calling fixtures directly in version 4. +In version 3.0.0, the fixtures ``pytestbdd_feature_base_dir`` and ``pytestbdd_strict_gherkin`` have been removed. If you used ``pytestbdd_feature_base_dir`` fixture to override the path discovery, you can instead configure it in ``pytest.ini``: