Currently translatable messages are not used, so there are no uses
of _.
This will ensure if _ is used in the future pep8 won't assume
it is provided as a builtin.
Change-Id: Id70f5447a8035b76ab69844cf716abd17e232091
Changes imports order to pass H305 check with hacking 0.9.x
Removes H305 check from ignore line in tox.ini
Change-Id: I47bbe74f4178f46ea21fc37b69f53ea2d148a65e
Add a warning explaining that options in groups cannot be used with
the interpolation syntax.
Reformat note to use directive so it is highlighted.
Add "docs" section to tox.ini to make testing doc build easier.
Change-Id: If5106aa44d4c87abe84a7fb7a250541bba9f5068
In order to keep this patch to just a requirements bump, ignore new and
stricter hacking rules that are being triggered. Fixing up the code and
turning these on is out of scope of this patch and is for future patches.
Change-Id: I8f59083d1c0673b94fa94acb37f11a5dd0ee040d
When running "tox" without specifying the environment, we want py33 to
run before py2x so testr creates its database using a format available
in both versions of python.
Change-Id: If068685116156f30a7c4fe1f3a88f1a3e1a2fe00
It is no longer necessary to install testrepository from bzr,
so don't. That means we no longer need a separate py33
environment definition, or the special requirements file.
Do not use distribute in the test virtualenvs.
Change-Id: I1c0002d3992e25e7e0927eca85ccd5e4d57ee7d1
These are the final changes needed to have the full py33 tox environment
running and passing all tests.
Change-Id: I3ac149345561a5bb99e017022ba2e2be10154584
Introduce py33 to tox.ini to make testing with
python3 easier.
Change-Id: I3cbd8f65c626cfbb5df647dece25641040872f36
Signed-off-by: Chuck Short <chuck.short@canonical.com>
Add basic sphinx config and copy the theming from oslo-incubator which
was originally copied from keystone.
Change-Id: Ibb3b679ce6e160c157ff63f0943807bd82aa1a67