TvoroG / pytest-lazy-fixture

It helps to use fixtures in pytest.mark.parametrize
MIT License
379 stars 30 forks source link

Fix for pytest versions >= 3.6.0, < 3.7.0, fixes #33 #34

Closed YannickJadoul closed 5 years ago

YannickJadoul commented 5 years ago

Overlooked the correct versions of the pytest API changes when I created PR #31, resulting in Issue #33.

This PR should fix that. Should we add some more version to the tox configuration, perhaps?

TvoroG commented 5 years ago

Thanks, @YannickJadoul!

Should we add some more version to the tox configuration, perhaps?

Yeah, it would be great for testing. Will do