-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare for the deprecation/removal of the pytest_namespace hook #16
Comments
Hi! Thanks for informing me! |
@TvoroG correct |
If anyone else would be encountering the same error as I am: it seems that So to use |
I had the exact same problem: I was trying to use |
deprecate pytest_namespace alltogether – pytest-dev/pytest#2639 |
@TvoroG I appreciate your hard work. I really do. But, pls, for the love of everything that is good, do update the README. Thanks in advance. |
closing this as it seems to be resolved |
in pytest we are in the process of deprecating the pytest_namespace hook, so this plugin would need a new location for its api that works when that hook is removed
The text was updated successfully, but these errors were encountered: