]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
use the nox venv backend
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Oct 2025 18:06:14 +0000 (14:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Oct 2025 18:06:14 +0000 (14:06 -0400)
commit5e62ea65167c4d6d710cb475cf506284e9335cfb
tree3e99600bc420bf36712e3d65313bb608e7847c80
parent293af0439d87b51611206a6c8552048b02ddf995
use the nox venv backend

This backend seems to run from the start against the resolved
interpreter, which we want.   The virtualenv option, which is
the default, has the problem indicated at [1].

[1] https://github.com/wntrblm/nox/issues/1021

Change-Id: Ic10317c603e0556676b16ad314fe6e79ba9d0476
noxfile.py