master
12 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Takashi Kajinami
|
7465290f8c |
Remove packaging files
This repository does not actually contain any python package. Change-Id: I5a0008e6c261e8e639335a65a3f91c17ecbc0806 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com> |
||
|
Takashi Kajinami
|
50004008fc |
Stop overriding install_command
Change-Id: Idb21d3a5dd1b249aad3160c8da0b6253328cc55a |
||
|
ZhongShengping
|
2a5451e06f |
Replace deprecated UPPER_CONSTRAINTS_FILE variable
UPPER_CONSTRAINTS_FILE is deprecated and TOX_CONSTRAINTS_FILE is the new environment variable name that replaces it [1]. This allows to use upper-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. [1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file [2] https://review.opendev.org/#/c/722814/ Change-Id: I22c513a92f2f51fa38599992838d9758b6f10884 |
||
|
Ghanshyam Mann
|
4582343135 |
[ussuri][goal] Cleanup for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle. puppet-* repos have to cleanup the requirement and tox for py2.7 drop. 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: Ifea8f3dadd72e84d3e2734849a8702ba55c90322 |
||
|
pengyuesheng
|
7b1b55e9ea |
Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: Idf2dcfccb1c6227406c435265cad5760ad383fdd |
||
|
ZhongShengping
|
dd18dd9454 |
Move to opendev
Change-Id: If00cebdf0f0df9ce664ea19e2939f9eaa30bbc33 |
||
|
ZhongShengping
|
b6da933a33 |
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: Ia56a1708f1485ac2e7f4535eecf3eff21700c727 |
||
|
ZhongShengping
|
db6c71454c |
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: Id8d9c5ab8e77cbc664eee12ecfae25891546b32d |
||
|
ZhongShengping
|
73c24602e7 |
Follow the new PTI for document build
For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html Refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html Change-Id: I4e612c4c3d6e1992817735e753af969c30e29b69 |
||
|
ZhongShengping
|
482a7e86fc |
Add environment variable
Add environment variable {toxinidir} in tox.ini
Change-Id: I916e9985db926694f7db8dc47448c7bf496b23df
|
||
|
Alex Schultz
|
a1f706d73f |
Update tox configuration
Update the tox configuration to pull in the openstack upper-constraints.txt when running releasenotes. This will fix the releasenotes job that is currently failing due to a new version of sphinx. Additionally this change includes updates from puppet-modulesync-configs. Change-Id: I4f5acf4674fd48af794463bf4583a31efdeefad8 |
||
|
Emilien Macchi
|
e7aa8978ee |
Add structure for reno
Change-Id: I015dac3654122da6a1ad84b6e8bd560c0821137c |