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

Add LC_ALL to implicit tox passenv #2162

Merged
merged 1 commit into from Aug 18, 2021
Merged

Commits on Aug 18, 2021

  1. Add LC_ALL to implicit tox passenv

    This is needed because LANG by itself is not enough to help newer pip from failing on py36. Forcing tox users to manually alter not only their system configuration but also their tox.ini files to avoid that bug is not quite desired. As we already pass `LANG` and `LANGUAGE` I see not reason why we should not do the same for `LC_ALL` too.
    
    Related: pypa/pip#10219
    ssbarnea committed Aug 18, 2021
    Copy the full SHA
    6a51154 View commit details
    Browse the repository at this point in the history