You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pytest_cmdline_preparse hook is now deprecated. I think there should
be a way to achieve the same effect using pytest_load_initial_conftests
https://docs.pytest.org/en/7.1.x/reference/reference.html#pytest.hookspec.pytest_cmdline_preparse
However, were were using this to hook to prevent *.pyc and __pycache__
files from being generated. I think it is fine for now to just go back
to generating these files.
0 commit comments