- 30 Mar, 2020 1 commit
-
-
Andreas Jaeger authored
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Change-Id: Icff998ff9cd1d9af982c6ea9ae0a21cd6912e9e4
-
- 14 Feb, 2020 1 commit
-
-
Daniel Bengtsson authored
Update the minversion parameter to use the python -m pip to install python packages: https://tox.readthedocs.io/en/latest/changelog.html#id185 It's recommend to use this. Change-Id: I5b5652c5009196bebf9ee9e65102cb0f1aa33837
-
- 04 Feb, 2020 2 commits
-
-
Andreas Jaeger authored
pep8 is our linting target, move linting runs to it. Change-Id: I68f619f21b3df4e73bdb206754bf4449464007bb
-
Andreas Jaeger authored
OpenStack is dropping the py2.7 support in ussuri cycle. 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 Cleanup tox.ini and setup.cfg from old cruft, use sphinx-build. Change-Id: I395558c888d31925c26571f62ffc1ea556f2e2c4 Co-Authored-By:
Hervé Beraud <hberaud@redhat.com>
-
- 20 Sep, 2019 1 commit
-
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/train. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/train. Change-Id: I30f8345c55e6f6936f2fcf42860b2cad6de0194e Sem-Ver: feature
-
- 16 Jul, 2019 1 commit
-
-
Zuul authored
-
- 05 Jul, 2019 1 commit
-
-
Corey Bryant authored
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Id890698cfc352183f206fc92a5f49cdb433cad49 Story: #2005924 Task: #34234
-
- 27 Jun, 2019 1 commit
-
-
caoyuan authored
1. Replace git.openstack.org URLs with opendev.org URLs 2. Remove unncessary "==" 3. Update some URLs to latest Change-Id: Ie92843a4c2367060f6d4aae7a5766465c7766096
-
- 16 May, 2019 1 commit
-
-
Hervé Beraud authored
Sphinx 2.0 no longer works on python 2.7, so we need to start capping it there. Change-Id: I43bda145f4c48c06faf1848c5a51af7078b97e6e
-
- 03 May, 2019 1 commit
-
-
Zuul authored
-
- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- 15 Apr, 2019 1 commit
-
-
Ghanshyam Mann authored
All the integration testing has been moved to Bionic now[1] and py3.5 is not tested runtime for Train or stable/stein[2]. As per below ML thread, we are good to drop the py35 testing now: http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html [2] https://governance.openstack.org/tc/reference/runtimes/stein.html https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: I28c2239bc31f3dd3b52eefa417fc4e29cee9b241
-
- 18 Mar, 2019 1 commit
-
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/stein. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/stein. Change-Id: I5109c96db97011d7703e28ea6dbdbef442a6c89e Sem-Ver: feature
-
- 15 Feb, 2019 1 commit
-
-
Corey Bryant authored
This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Change-Id: I3ac6546e79112820906ef02ce372c6c964921bec Story: #2004073 Task: #27440
-
- 20 Dec, 2018 1 commit
-
-
Andreas Jaeger authored
Small cleanups: * Use openstack-lower-constraints-jobs template, remove individual jobs. * Sort list of templates Change-Id: Ia9fe9f01d69ae69f4b63b2d13b376c9a638dcb8f Needed-By: https://review.openstack.org/623229
-
- 05 Dec, 2018 1 commit
-
-
98k authored
Mailinglists have been updated. Openstack-discuss replaces openstack-dev. Change-Id: Ia917386b3283704df4a6fdb98b498503fdfe36ce
-
- 09 Oct, 2018 1 commit
-
-
98k authored
Quotes around {posargs} cause the entire string to be combined into one arg that gets passed to stestr. This prevents passing multiple args (e.g. '--concurrency=16 some-regex') Change-Id: I9042c3d9ed48e26b541e22bb4c0dd272d48e3965
-
- 27 Aug, 2018 1 commit
-
-
Zuul authored
-
- 13 Aug, 2018 2 commits
- 11 Aug, 2018 1 commit
-
-
Doug Hellmann authored
This is a mechanically generated patch to add a functional test job running under Python 3 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I3d60f5c6ca080ac785c5355c9637788537e1e9f1 Story: #2002586 Task: #24322
-
- 07 Aug, 2018 2 commits
-
-
Doug Hellmann authored
This is a mechanically generated patch to add a unit test job running under Python 3.6 as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I0db032805720fb1f54fef2146689c6db6a0953d2 Story: #2002586 Task: #24322
-
wangqi authored
According to official site, https://packaging.python.org/guides/analyzing-pypi-package-downloads/ PyPI package download statistics is no longer maintained and thus should be removed. Change-Id: Ie8459ab1432e64e0a184d238108eb6dc8f98848d
-
- 03 Aug, 2018 1 commit
-
-
Doug Hellmann authored
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: I7b5a017f0365c3cc4428dc9cb8c807b2dea66b54 Story: #2003250
-
- 01 Aug, 2018 1 commit
-
-
Zuul authored
-
- 30 Jul, 2018 1 commit
-
-
Zuul authored
-
- 26 Jul, 2018 1 commit
-
-
OpenStack Release Bot authored
Change-Id: If10ef7da6241f8dbe9ec2f1e59368705276b64d3
-
- 09 Jul, 2018 1 commit
-
-
Vu Cong Tuan authored
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: Ie84d18b0bcc2a33587bd72204c0eb3dad687be7e
-
- 05 Jul, 2018 1 commit
-
-
wu.chunyang authored
Change-Id: I7ea0515c7daa472b18425e318f83a0ec9c7d7629
-
- 06 Jun, 2018 1 commit
-
-
Doug Hellmann authored
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: I10eafa030e4ab97f55d17b2497fa87492a18336e Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
- 20 Apr, 2018 1 commit
-
-
melissaml authored
Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: I94e055577a01add4676042f1e454c37b17c1b13b
-
- 16 Apr, 2018 2 commits
-
-
Doug Hellmann authored
We no longer need to support 3.4 and 3.5 is covered by the default debug environment. Change-Id: I1ca069ea14c619bf64101c1c84bd1b4c3a2d2691 Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
Doug Hellmann authored
Set the default python to python3 except for the py27 environment. We have to set that explicitly to override the new default. Change-Id: I07f2186cb7771b3a83ccc4ce9ba3b79253c4757c Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
- 29 Mar, 2018 1 commit
-
-
Zuul authored
-
- 25 Mar, 2018 1 commit
-
-
Doug Hellmann authored
Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: Ib7f87445039e8e71edbe52b985c632bc4da29174 Depends-On: https://review.openstack.org/555034 Signed-off-by:
Doug Hellmann <doug@doughellmann.com>
-
- 21 Mar, 2018 1 commit
-
-
Anusree authored
Change-Id: Ife5ecf3c6acfd0df611fbe2d56af10bad881c3fb
-
- 15 Mar, 2018 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I7bdc2d6d0c28a9177f19061e893374cbda5286bb
-
- 10 Mar, 2018 1 commit
-
-
OpenStack Proposal Bot authored
Change-Id: I16b8a7e9eb2b9b88a48e1304a70c96bc2f79182b
-
- 27 Feb, 2018 1 commit
-
-
melissaml authored
Change the outdated links to the latest links in README Change-Id: I0e35c36fdbcb57e976074878c8ef77ffcca7590e
-
- 01 Feb, 2018 1 commit
-
-
Zuul authored
-