- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-bdd?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2019-07-18 16:51:25 +00:00
committed by Git OBS Bridge
parent 2ff34e021e
commit 3400b07efe
4 changed files with 32 additions and 26 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>