]> 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:59 +0000 (14:06 -0400)
commite03626437b94e583d89d35d05a78f35153c8aa6a
treefb403c7c39d05de0b054a48a1340aaedb75988af
parenta12d3b28f9cc35b198b7150631754c9d0cfabc37
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
(cherry picked from commit 5e62ea65167c4d6d710cb475cf506284e9335cfb)
noxfile.py