jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tox - the test command fails on macOS

peralmq opened this issue · comments

Trying to run the tests via tox but it fails with ValueError: unknown locale: UTF-8.

Solved it by instead of running just tox I run LC_ALL=C tox.

Thought it might be a good idea to share it here if someone else runs into it.