Commit Graph

9 Commits

Author SHA1 Message Date
Andreas Jaeger a2262b757c Update docs building, cleanup
Update docs building and do a few cleanups
* Switch to sphinx-build
* Update requirements for Sphinx and openstackdocstheme for
  python 3, create doc/requirements.txt
* Remove unneeded doc and translation sections from setup.cfg
* Remove install_command, it's unneeded, the default is fine.
* Use TOX_CONSTRAINTS instead of obsolete UPPER_CONSTRAINTS
* Update hacking to 3.0

Change-Id: Ief34ac947ec23d6a9d4aad3640a4a61d0173578b
2020-05-03 12:07:55 +02:00
Ghanshyam Mann e616479d61 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

solum-tempest-plugin is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/

Change-Id: I4ef56685bb9482cb9a27087841c537f5805bd4e2
2020-01-22 20:32:53 +00:00
Vieri 3182b6e852 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: I55ea6976e041ff9ae81b6b065f318e78a9575656
2019-08-13 06:43:18 +00:00
zhurong b00353622f Update contraints url
Change-Id: I4a45dc966ab8e743cc2be6bcae792bcc115301e3
2019-06-18 14:35:10 +08:00
zhulingjie a47702c8e6 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I2ed40b91c14afb738107d21efc2614ea8b9a123c
Closes-Bug: #1826038
2019-04-24 01:46:54 +08:00
Ha Manh Dong ccb3b2a9ae Switch to use stestr for unit test
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
So we should switch to stestr.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Id56b915767fcf0a503a62891bf43d6b827f9a46c
2018-07-18 09:53:48 +07:00
qingszhao dfe9791e55 change default python 3 env in tox to 3.5
Change-Id: I91f4d068a6d9961df0a7a7a01bf0b106b98d697b
2018-06-12 13:45:20 +08:00
huang.zhiping d5ca783f9d fix tox python3 overrides
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: I521efceb00fb4b8a155b03223d4cf580eedfd36b
2018-06-09 23:11:50 +08:00
zhurong f5a48364e3 Initial Cookiecutter Commit.
Change-Id: Ie9c1cf404d74726027a8b070ad6ea70d800d16de
2017-08-28 11:27:28 +08:00