Go to file
Jeremy Stanley 3e918dffe0 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: Ia910ded1789a1a8fac7d82f1ce97300ad7bfefda
Closes-Bug: #1277495
2014-02-11 08:48:24 -05:00
doc/source Fix sphinx build 2013-09-30 10:59:26 -04:00
oslo Remove bad parameter for cfg.get 2013-11-11 09:44:50 -05:00
tests Remove bad parameter for cfg.get 2013-11-11 09:44:50 -05:00
.gitignore Add vim and emacs files to .gitignore. 2013-05-30 02:04:43 -04:00
.gitreview Turn things into oslo.version 2013-08-05 08:08:29 -04:00
.testr.conf Move sphinx to test-reuqirements. 2013-03-12 11:23:43 -04:00
CONTRIBUTING.rst Turn things into oslo.version 2013-08-05 08:08:29 -04:00
LICENSE Split out oslo.packaging. 2013-03-10 18:02:43 -04:00
README.rst Turn things into oslo.version 2013-08-05 08:08:29 -04:00
setup.cfg Fix setup.cfg 2013-10-21 12:01:08 +01:00
setup.py Turn things into oslo.version 2013-08-05 08:08:29 -04:00
test-requirements.txt Sync sphinx version pinning from requirements repo 2014-02-11 08:29:57 -05:00
tox.ini Remove tox locale overrides 2014-02-11 08:48:24 -05:00

Introduction

oslo.version handles getting the version for an installed piece of software from the python metadata that already exists.