[tox] add LOCALE_ARCHIVE to passenv

This change enable the tox -e docs env to work for python
installed using the nix package manager.

Change-Id: I84d865e00979e84abc541ccbbc7c0ed43fcb8357
This commit is contained in:
Sean Mooney 2024-09-14 21:25:02 +01:00
parent b16445df86
commit 109647c049

View File

@ -27,6 +27,11 @@ extras =
zvm
vmware
passenv =
# LOCALE_ARCHIVE is needed when not using python from the system package
# manager (e.g. when installed with nix) to ensure the locale-archive is
# available to the tests. specifically this is needed by sphinx to build
# the docs.
LOCALE_ARCHIVE
OS_DEBUG
GENERATE_HASHES
# Note(sean-k-mooney):