Comment 28 for bug 1277495

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-loganalyze (master)

Reviewed: https://review.openstack.org/72218
Committed: https://git.openstack.org/cgit/openstack-infra/os-loganalyze/commit/?id=a57da743b8b3113bcb4d5045e57924a8d2ef6d64
Submitter: Jenkins
Branch: master

commit a57da743b8b3113bcb4d5045e57924a8d2ef6d64
Author: Jeremy Stanley <email address hidden>
Date: Mon Feb 10 03:02:34 2014 +0000

    Remove tox locale overrides

    * tox.ini: The LANG, LANGUAGE and LC_ALL environment overrides were
    introduced originally during the testr migration in an attempt to be
    conservative about the possibility that locale settings in the
    calling environment could cause consistency problems for test runs.
    In actuality, this should be unnecessary and any place where it does
    cause issues ought to be considered an actual bug. Also, having
    these in the configuration actively causes older pip to have
    problems with non-ASCII content in some package metadata files under
    Python 3, so drop it now.

    Change-Id: I583ec3eb9ca50750b7b76c90822f1af7f3eb07a0
    Closes-Bug: #1277495