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
Since now we are not importing the modules into the packages, just by
doing:
```py
from frequenz.repo.config import nox
from frequenz.repo.config.nox import default
nox.configure(default.actor_config)
```
The `frequenz.repo.config.nox.session` module won't be imported, so the
default sessions will not be loaded by `nox`. Now `configure()` will
import this module internally unless the new option
`import_default_sessions` is set to `False`.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments