Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger 6053cba01a Update docs building
Update docs building:
* Switch to sphinx-build
* Update requirements for Sphinx and openstackdocstheme for
  python 3, create doc/requiremetns
* Remove unneeded doc and translation sections from setup.cfg
* Remove install_command, it's unneeded, the default is fine.
* Move constraints to deps, use TOX_CONSTRAINTS instead of obsolete
  UPPER_CONSTRAINTS
* Remove now unneeded placeholder file

Change-Id: I649e6fa86c17262698cc8a01d042a87b020239d9
2020-05-03 11:46:25 +02:00
Andreas Jaeger 393b270951 Update hacking for Python3
The repo is Python 3 now, so update hacking to version 2.0 which
supports Python 3.

Fix problems found.

Update local hacking checks for new flake8.

Change-Id: I2683bc1a7c962da137de4b77aac450f08d1f6c4a
2020-03-30 08:33:58 +02:00
Ghanshyam 4ad3e1b81f [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

murano-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://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I4abb7e97583103ce17e7101cb9dfb824eea397a0
2020-01-23 11:29:44 -06:00
zhurong 27cb0c96b9 Update contraints url
Change-Id: I4876eb000420bae3ac333fd795f7ee1b0597076a
2019-06-18 14:53:29 +08:00
zhulingjie 69fad3ee03 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I1a9cd386408197caad7f93a1236780c2b625d61f
2019-04-23 16:31:16 +08:00
qingszhao d2250f249e change default python 3 env in tox to 3.5
Change-Id: I76c5d2c770a4a46c46b5f6e1852c1ac18a23cce4
2018-06-13 13:34:24 +00:00
huang.zhiping 7e29c5c201 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: I7e49d7e03c3557152cee3892e9d039a8378f573e
2018-06-09 11:36:37 +08:00
zhurong c70cda4dc7 Initial Cookiecutter Commit for murano-tempest-plugin. 2017-09-06 17:31:53 +08:00