Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Jaeger d635d016c1 Cleanup py27 support and docs
Make a few cleanups:
- Remove obsolete sections from setup.cfg
- Remove install_command from tox.ini
- Update to current hacking version; fix warning found
- Remove unused requirements, update to newer versions for python3

Change-Id: I27fa5ef5cb23650e5210f714ce0c3dccdc564e8b
2020-04-09 21:51:59 +02:00
Andreas Jaeger ce69e4f314 Fix build problems
This repo did never publish the specs properly, fix all problems found
and enable py36 test as well.

Change-Id: Ifc0b9db1667352fc2c73d9c55495285ca4da2d85
2020-02-02 14:50:49 +01:00
Ghanshyam Mann 37b99ecd30 [ussuri][goal] Drop python 2.7 support
OpenStack is dropping the py2.7 support in ussuri cycle.

Update and cleanup requrirements.

Change to use openstackdocstheme, oslosphinx does not work with Python
3.
Fix redirect.py for newer sphinx versions, app.builder.info does not
exist anymore.

Remove py27 testing, we'll add py36 testing in followup with fixes for
problems found.

Use modern sphinx-build for building.

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Co-Authored-By: Andreas Jaeger <aj@suse.com>
Change-Id: Ib467fca6f9033fc331c153ba52a7a292057bb75c
2020-02-02 14:42:51 +01:00
Nguyen Hai Truong 941aee1d2e Update document building tox target
This patch set updates the tox targets for doc and reno building so it is
in line with other OpenStack projects' structure.

Change-Id: Ie475e49afab69e4df4e75120a9e70cc56b6616dd
2018-11-07 00:25:24 -08:00
Zuul f83a1e50a4 Merge "Switch to stestr" 2018-11-06 15:07:20 +00:00
Nguyen Hai Truong 6331e55ed9 Switch to stestr
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

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

Change-Id: Idd57f8f22a59ad9560e97e23195fe5d01b9a5858
2018-11-04 21:22:46 -08:00
Nguyen Hai Truong 390c4a23a4 Update min tox version to 2.0
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: I8c4a5e48b6e4dea8c96c0943e6da714908e5afc9
2018-11-02 00:23:31 -07:00
Doug Hellmann bef75066d2 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: If51ceaf9c96a886b17d3bc793176c839e06d0b72
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:51:45 -04:00
Deepak Jon a88e413b48 Added .testrepository in testenv
Running py2* post py3* tests results in error. Add
'rm -f .testrepository' command in testenv to
resolve this.

Change-Id: Ie8766d044dc1a3e31d80a9016b25c821e0a60434
2017-05-04 15:01:09 +05:30
Pierre-Arthur MATHIEU 8b2d3579fc Initialization of the freezer-specs repo
Change-Id: Icdad039d6368a8fb61b4a58c3f351997f9af200a
2016-10-13 09:30:38 +00:00