Skip to content

Commit bea8276

Browse files
committed
Reuse virtualenv in nox sessions
1 parent 452364b commit bea8276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _detect_python_nox_id() -> str:
6161
PY_PATHS = ['b2sdk', 'test', 'noxfile.py']
6262

6363
nox.options.default_venv_backend = 'uv'
64-
nox.options.reuse_existing_virtualenvs = False
64+
nox.options.reuse_existing_virtualenvs = True
6565
nox.options.sessions = [
6666
'lint',
6767
'test',

0 commit comments

Comments
 (0)