Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger a15380550b Update docs building
Update docs building:
* Switch to sphinx-build
* Update requirements for Sphinx and openstackdocstheme for
  python 3, create doc/requirements.txt, switch to openstackdocstheme
  from obsolete oslosphinx
* Remove unneeded doc and translation sections from setup.cfg
* Remove install_command, it's unneeded, the default is fine.
* Move constraints into deps, use TOX_CONSTRAINTS instead of obsolete
  UPPER_CONSTRAINTS
* Switch to hacking 3.0, fix problems found

Change-Id: I44d09a65349a1d9b564e69a7fc32eb435446245c
2020-05-03 12:03:41 +02:00
Ghanshyam 3d8fcb4710 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

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

Removing the USE_PYTHON3=True from base job so that it can
keep running  on py3 for < ussuri branches.

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: I025c12a265de4e3fdfad67c9e570c3110869acd6
2020-01-23 16:13:28 -06:00
Le Hou d0e00236d5 Use opendev repository
Change-Id: I70ffcba81f9a73a80015b34a77db0a983928e23f
2019-04-24 13:17:02 +08:00
Cai Hui ce2f28a299 Update tox.ini
Removed py34, py27 and pypy from the tox.ini envlist since
there are no unit tests,  and tox reports it skipped all tests.

Change-Id: I065bca024647014923f8b2b834417b415463253a
2018-10-15 04:30:31 -04:00
huang.zhiping dd8068add3 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: I6afd558c47021ecbee120828bfa6ba05eb4880a9
2018-06-09 00:38:13 +08:00
Chandan Kumar 65bdf3bcf9 Merge intree freezer tempest plugin
* It merges the intree freezer tempest plugin to a the newly
  seperated repo freezer-tempest-plugin

* Moves freezer/tests/integration/common.py to under freezer-tempest-plugin
  as it is consumed in tests/api/base.py .

* Excluding freezer/tests/freezer_tempest_plugin/tests/api/test_version.py
  as it is dependent on freezer project and it should be moved under
  integration tests.

Change-Id: I6967f915758728827e8ddcd1a45a7023904b694e
2017-12-08 17:48:51 +05:30
Saad Zaher e6d6395a38 Big Bang :) 2017-06-09 16:09:38 +01:00