Commit a278b26
committed
Import default nox sessions by default
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]>1 parent e8beb6b commit a278b26
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
185 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
186 | 193 | | |
187 | 194 | | |
188 | 195 | | |
0 commit comments