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
tests/conftest.py: automatically install packages required for testing.
In top-level scope, we now run `pip install` command to install required
packages.
This is probably badly mis-using pytest's conftest.py, but it seems to be the
only way to programatically install packages when pytest is run directly.
0 commit comments