Commit Graph

11 Commits

Author SHA1 Message Date
Takashi Kajinami ced3a19408 Retire puppet-ec2api: Remove Project Content
Depends-on: https://review.opendev.org/c/openstack/project-config/+/912710
Change-Id: If7970a4632ff4bbe7211160f95a4c8b791cd892e
2024-03-13 16:40:36 +09:00
Takashi Kajinami 1fb1dd4de9 Stop configuring install_command in tox.
It turns out that this is the the default value provided by tox:

https://tox.readthedocs.io/en/latest/config.html#conf-install_command

So we can remove the line and simply use the default value.

Change-Id: I028df8e5f002ac6e31765bd6dd5ad265a92c79f4
Co-Authored-By: tushargite96 <tushargite96@gmail.com>
2021-09-29 18:05:13 +09:00
ZhongShengping c17a1d703e 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: I92ec3dd96023e1c81fc897397fe2281b054d6f70
2020-11-11 09:08:35 +08:00
Ghanshyam Mann 0622d02b21 [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: I78c077c6cecc5d873de3ba554a13d4f87c4ce9f0
2020-02-15 18:59:04 -06:00
pengyuesheng df7f759fed Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I5ec2105861837d5b89d7a775e9fbb26cb3730e84
2019-09-26 11:35:25 +08:00
ZhongShengping f1a2ba8859 Move to opendev
Change-Id: I7ea9876001e8d7632fcf0734c8285e8c2d490f93
2019-04-21 14:44:48 +08:00
ZhongShengping cd748c715f 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: I0be72374f6e1b55286e66481924cceca5a2331cb
2018-10-16 11:40:17 +08:00
ZhongShengping 3e5095efaf 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: I0579a28acd67e4327b77653bca758c313714c95e
2018-06-08 14:23:32 +08:00
ZhongShengping 358022b9e1 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: I1b3180715b7eb20af1596282018acda49be6f87f
2018-02-28 14:42:10 +08:00
ZhongShengping 0a2d0f0133 Add environment variable
Add environment variable {toxinidir} in tox.ini

Change-Id: I7645f1887d7e38b29edf749d768135957b74a296
2017-06-12 15:50:26 +08:00
Iury Gregory Melo Ferreira 2f7ebe98a6 Add basic structure for ReNo
ReNo [1] is the release management tool in OpenStack.
This patch adds the basic structure to start using it.

* Update .gitignore
* Add releasenotes/ dir and basic files
* Add python files: setup.cfg, setup.py, test-requirements.txt and
  tox.ini.

[1] http://docs.openstack.org/developer/reno/

Change-Id: I44ce995be7c7f705734a02a141af9af34f6c001f
2016-08-06 10:23:49 -03:00