TvoroG / pytest-lazy-fixture

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

Do not use deprecated pytest_namespace() hook #29

Closed nicoddemus closed 6 years ago

nicoddemus commented 6 years ago

As described in:

https://docs.pytest.org/en/latest/deprecations.html#pytest-namespace

TvoroG commented 6 years ago

Hi, @nicoddemus! Thanks a lot!

nicoddemus commented 6 years ago

Thanks for the quick release!