jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.05k stars 137 forks source link

tox - the test command fails on macOS #129

Closed peralmq closed 7 years ago

peralmq commented 7 years ago

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.