diff --git a/tox.ini b/tox.ini index 41f146191814..c4eb5747da4c 100644 --- a/tox.ini +++ b/tox.ini @@ -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):