Made the python 3 signature patch more readable... for those users who will enter in the code while debugging.
1.6.0
Improved docstring for `cross_steps_fixture`. Replaced `decorator` dependency + internal hack with proper usage of `makefun`.
1.5.4
The test step list is now correctly taken into account when a decorated function is called manually. Fixed [30](https://github.com/smarie/python-pytest-steps/issues/30).
1.5.3
Fixed plugin initialization error when `pytest_harvest` is not present. Fixed [29](https://github.com/smarie/python-pytest-steps/issues/29).
1.5.2
`pytest_harvest` is not anymore required for install. Fixed [28](https://github.com/smarie/python-pytest-steps/issues/28).