forked from pool/python-pytest-bdd
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-bdd?expand=0&rev=17
66 lines
2.4 KiB
Plaintext
66 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 23 09:31:18 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- update to 4.0.1
|
|
- remove requires on python-enum34, not needed by pytest-bdd
|
|
* 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 9 08:10:20 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 3.4.0:
|
|
* Parse multiline steps according to the gherkin specification #365.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 27 10:28:54 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 3.3.0:
|
|
* Require at least pytest 4.3
|
|
- Remove merged test_flaky.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 20 10:26:57 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Fix build without python2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 10 09:40:32 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- use %pytest macro
|
|
- add test_flaky.patch to fix gerkhin reporter test flakinness
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 9 14:09:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 3.2.1:
|
|
* python 3.8 support
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 18 16:50:14 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 3.1.1:
|
|
* Allow unicode string in @given() step names when using python2. This makes the transition of projects from python 2 to 3 easier.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 21 09:46:01 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Convert to single spec
|
|
- Use %license
|
|
- Update to v3.1.0
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 18 16:22:28 UTC 2014 - toms@opensuse.org
|
|
|
|
- Initial version 0.6.8
|
|
|