Fixed - Avoid `ValueError: wrapper has not been initialized` when using implicit referential lambda fixtures (e.g. `name = lambda_fixture()`) in combination with `py.test --doctest-modules`
1.2.4
Changed - Add support for pytest version 6.2 - Relax pytest version pin to allow all versions under 7.x
1.2.3
Fixed - Resolve error in `py.test --fixtures` due to `__module__` not properly being curried to fixture func
1.2.2
Fixed - Resolve error in `py.test --fixtures` when using `error_fixture`, `not_implemented_fixture`, or `disabled_fixture`
1.2.1
Changed - Add support for pytest version 6.1
1.2.0
Added - Allow certain arguments of wrapped fixture to be ignored w/ wrap_fixture