Commit Graph

7 Commits

Author SHA1 Message Date
Jonathan Rosser 28ed0ffbd1 Cleanup setup.py config
Change-Id: I7c750aac310b434c48466e02b79bcaffcc275b8a
2022-04-04 10:43:59 +01:00
likui b351843e01 Changed minversion in tox to 3.18.0
The patch bumps min version of tox to 3.18.0 in order to
replace tox's whitelist_externals by allowlist_externals option:
https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23

Change-Id: I8086a1952d553d066512322c9cb8fe506ff55ae1
2021-07-03 21:33:05 +08:00
melissaml 4c45590c8d Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: Idec05e332535756c2cc88c2fbf3419639b6f45de
2020-04-14 17:37:16 +08:00
Ghanshyam Mann 132ab7b140 [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

Only update required is in tox to define common baspython as py3 os that
all tox env including [testenv:functional] will use py3 instead of py2.

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: If028e83e53955a2ec742be4f40712ec7d6308040
2020-03-01 18:55:01 -06:00
Dmitriy Rabotyagov fd002ac32b PDF Documentation Build tox target
This patch adds a `pdf-docs` tox target that will build
PDF versions of our docs. As per the Train community goal:

  https://governance.openstack.org/tc/goals/selected/train/pdf-doc-generation.html

Add sphinxcontrib-svg2pdfconverter to doc/requirements.txt
to convert our SVGs.

Change-Id: I8f9e9bc6f941a6ff84bfdabddd4c8bda0a443e76
Story: 2006105
2019-10-18 14:25:05 +00:00
melissaml a227f4b496 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I3aee3d571903f070478060f39b0085e1fd420d45
2019-07-10 19:40:53 +08:00
Mohammed Naser b6f83caabf Add initial Mistral role
This role allows the installation of Mistral alongside running
all of the API tests.

Depends-On: I2e19efd5fdcb0bdbb3d1cd5ee44f20e4807ea537
Depends-On: Ie3d8fb921dfedff0852b630a0a0af17b97c1bffa
Change-Id: I2390533690cd2c4511a272cc0834e240bb554696
2019-02-06 15:42:34 -05:00