* Replace .testr.conf by .stestr.conf for migration and update
.gitignore, tox.ini and test-requirements.txt files accordingly
* Use py3 as the default runtime for tox
Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com>
Change-Id: Ibeb39fd9293ad037b038857507eeb498856036e3
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
know about the requirement
- Remove obsolete sections from setup.cfg
- Update requirements, no need for python_version anymore
- Use newer openstackdocstheme and Sphinx versions
- Remove install_command from tox.ini, the default is fine
- Remove babel.cfg, it's not needed
- move basepython into testenv
Change-Id: I4c0e3b9b12c6b46c3b6b6a2f8f96e6996421dd8d
py27 is currently broken due to a Sphinx failure that is resolved if you
properly include the upper constraints.
Change-Id: I4bcafb92bd307fe469bcab4db760d4245ceecb76
The commands used by constraints need at least tox 2.0. Update to
reflect reality, which should help with local running of constraints
targets.
Change-Id: If3d655f83b5079fccfae97634f2f7b37c036b6ee
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.
We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.
We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.
Change-Id: I71287cf24200f1abb5cde0fd305647e9d31f292d
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Python 2.6 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it too.
Change-Id: I5a33333210428a38614993152771ae952bb48799