* Rewrite the logic to parse Examples for Scenario Outlines. Now the
substitution of the examples is done during the parsing of Gherkin
feature files.
* Removed ``example_converters`` from ``scenario(...)`` signature.
* Removed ``--cucumberjson-expanded`` and ``--cucumber-json-expanded``
options. Now the JSON report is always expanded.
* Removed ``--gherkin-terminal-reporter-expanded`` option.
* `when` and `then` steps now can provide a `target_fixture`, just like
`given` does.
* Drop compatibility for python 2 and officially support only python >= 3.6.
* Fix error when using `--cucumber-json-expanded` in combination with
`example_converters` (marcbrossaissogeti).
* Fix `--generate-missing` not correctly recognizing steps with parsers
- Drop python-mock and python-six from BuildRequires and Requires.
- No longer skip tests that are not broken
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-bdd?expand=0&rev=21
* Fixed performance regression introduced in 4.0.0 where collection time
of tests would take way longer than before
* Strict Gherkin option is removed (@scenario() does not accept
the strict_gherkin parameter).
* @scenario() does not accept the undocumented parameter caller_module anymore.
* Given step is no longer a fixture. The scope parameter is also removed.
* Fixture parameter is removed from the given step declaration.
* pytest_bdd_step_validation_error hook is removed.
* Fix an error with pytest-pylint plugin
* Fix pytest-xdist 2.0 compatibility
* Fix compatibility with pytest 6 --import-mode=importlib option.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-bdd?expand=0&rev=16