Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly set LANG environment variables #4954

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

humitos
Copy link
Member

@humitos humitos commented Dec 4, 2018

LANG=C means ASCII and that's why unicode branches/tag tests are failing.

LANG=en_US.UTF-8 is the value that we are using in production. So, I think it's important to use this value in our test suite.

@codecov
Copy link

codecov bot commented Dec 4, 2018

Codecov Report

Merging #4954 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4954   +/-   ##
=======================================
  Coverage   76.93%   76.93%           
=======================================
  Files         158      158           
  Lines       10039    10039           
  Branches     1259     1259           
=======================================
  Hits         7724     7724           
  Misses       1981     1981           
  Partials      334      334

1 similar comment
@codecov
Copy link

codecov bot commented Dec 4, 2018

Codecov Report

Merging #4954 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4954   +/-   ##
=======================================
  Coverage   76.93%   76.93%           
=======================================
  Files         158      158           
  Lines       10039    10039           
  Branches     1259     1259           
=======================================
  Hits         7724     7724           
  Misses       1981     1981           
  Partials      334      334

@humitos humitos requested a review from a team December 4, 2018 11:48
@humitos
Copy link
Member Author

humitos commented Dec 4, 2018

NOTE: this change makes my local tests about git tags/branches to pass without problem.

LANG=C means ASCII and that's why unicode branches/tag tests are
failing.
@ericholscher ericholscher merged commit 90b6af8 into master Dec 4, 2018
@stsewd stsewd deleted the humitos/tox/lang-variable branch December 4, 2018 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants