From 5bfe283269be92dc44a5a9be248344514e32c279 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 10 Oct 2024 10:39:06 +0100 Subject: [PATCH] Fix tox environment variable --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ee48184..9da0b22 100644 --- a/tox.ini +++ b/tox.ini @@ -22,6 +22,6 @@ deps = pytest>=6 setenv = ; NB: You may need to copy build/fdb5/etc/fdb to build/etc/fdb - FDB5_HOME=../build/ + FDB_HOME=../build/ commands = pytest {tty:--color=yes} {posargs}