1.6.1 - `@pytest_fixture_plus` improvement to handle `NOT_USED` cases
Fixed issue where fixtures get called with NOT_USED
as a parameter when using a fixture_union
. This issue is actually only fixed in @pytest_fixture_plus
, if you use @pytest.fixture
you have to handle it manually. Fixes #37
See documentation page for details.