mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
tox: Use C.UTF-8 locale
Molecule requires a UTF-8 molecule because of click: https://click.palletsprojects.com/en/7.x/python3/
This commit is contained in:
parent
615db2e642
commit
b5fb076579
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -14,7 +14,7 @@ changedir = {toxinidir}/tests
|
|||
# List common dependencies for Python interpreters here:
|
||||
setenv =
|
||||
PYTHONPATH = {toxinidir}/library:{toxinidir}/module_utils
|
||||
LC_ALL = C
|
||||
LC_ALL = C.UTF-8
|
||||
SRC_MODULE_UTILS_DIR = {envsitepackagesdir}/ansible/module_utils
|
||||
DEST_MODULE_UTILS_DIR = {toxinidir}/module_utils
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue