coreofscience / python-wostools

Tools to work with web of science plain text files.
MIT License
23 stars 8 forks source link

Update pytest-bdd to 4.0.1 #82

Closed pyup-bot closed 4 years ago

pyup-bot commented 4 years ago

This PR updates pytest-bdd from 3.4.0 to 4.0.1.

Changelog ### 4.0.1 ``` ----- - Fixed performance regression introduced in 4.0.0 where collection time of tests would take way longer than before. (youtux) ``` ### 4.0.0 ``` ----- This release introduces breaking changes, please refer to the :ref:`Migration from 3.x.x`. - Strict Gherkin option is removed (``scenario()`` does not accept the ``strict_gherkin`` parameter). (olegpidsadnyi) - ``scenario()`` does not accept the undocumented parameter ``caller_module`` anymore. (youtux) - Given step is no longer a fixture. The scope parameter is also removed. (olegpidsadnyi) - Fixture parameter is removed from the given step declaration. (olegpidsadnyi) - ``pytest_bdd_step_validation_error`` hook is removed. (olegpidsadnyi) - Fix an error with pytest-pylint plugin 374. (toracle) - Fix pytest-xdist 2.0 compatibility 369. (olegpidsadnyi) - Fix compatibility with pytest 6 ``--import-mode=importlib`` option. (youtux) ```
Links - PyPI: https://pypi.org/project/pytest-bdd - Changelog: https://pyup.io/changelogs/pytest-bdd/ - Repo: https://github.com/pytest-dev/pytest-bdd