- 13 Aug, 2021 1 commit
-
-
wu.shiming authored
ABCs in collections should be imported from collections.abc and direct import from collections is deprecated since Python 3.3. Change-Id: I871810bbe95a3cd10f8a8df42c99e747a6dd463b
-
- 12 Jul, 2021 1 commit
-
-
Pierre Riteau authored
A cost of 0.0 was interpreted as a False value, making the check think the cost argument was missing. Change-Id: I5f86540221b80667fc63b8b54659092c637b7353 Story: 2009047 Task: 42814
-
- 08 Jul, 2021 2 commits
- 06 Jul, 2021 1 commit
-
-
wu.shiming authored
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: I1d22f2f0f452bc79ce79a339e6c304d5a0ac953f
-
- 08 Jun, 2021 2 commits
-
-
Pierre Riteau authored
Change-Id: I3224ca9b96a181de8c0251d0bd589135e098d557
-
wu.shiming authored
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I7a871d30bf935614ff4bc4a254cc4fc63c4218f4
-
- 19 May, 2021 1 commit
-
-
Ghanshyam Mann authored
This patch updates/adds the contributor documentation to follow the guidelines of the Ussuri cycle community goal[1]. [1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html Story: #2007236 Task: #38517 Change-Id: Ic973be624418d056195127bb6f621b93edc3a3ed
-
- 18 May, 2021 1 commit
-
-
Pierre Riteau authored
Update tox config to include upper-constraints as dependencies. This resolves issues with building PDF docs. Change-Id: I98f287e4654ecb6b92d4f3815f359b205b06559a
-
- 20 Apr, 2021 1 commit
-
-
zhangboye authored
Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Change-Id: I98097f7e5afe4dd1a69a9e661ccc5353dbd5e29c
-
- 12 Apr, 2021 1 commit
-
-
Pierre Riteau authored
Without this job template there are no release notes published [1]. [1] https://docs.openstack.org/releasenotes/python-cloudkittyclient Change-Id: I8ab231a4c563ecc2f8db22bade12bf4afa9fafc8
-
- 19 Mar, 2021 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Ie0255d5300b303e9392497d6494fdc5f6e08eb53
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: Ic56e3c816c1729fd66d6b5b8467bebb3fa2976b8
-
- 22 Dec, 2020 1 commit
-
-
Zuul authored
-
- 11 Dec, 2020 1 commit
-
-
Rafael Weingärtner authored
When using 0 as the cost, the `create_threshold` method throws an exception. That happens because 0 (zero) is evaluated to False. Therefore, we need to change the validation method to check if the values are None. Change-Id: Iedd541c0ad16db0d11d6e6de332eddf880af1698
-
- 27 Nov, 2020 1 commit
-
-
wuchunyang authored
UPPER_CONSTRAINTS_FILE is old name and deprecated -https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file This allows to use lower-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. Change-Id: I25d4154797da0453f59e310d2392d30ca35e5258
-
- 25 Sep, 2020 2 commits
- 22 Sep, 2020 1 commit
-
-
wangzihao authored
in 'victoria' cycle, we should test py38 by default. Change-Id: Ib01cf2aad3edf31a067a6ac4459529851f8d8ecb
-
- 21 Sep, 2020 1 commit
-
-
wangzihao authored
The mock is not needed for py36 and later. Change-Id: I24afe1f1255ac47dfba300946149732f70f5f399
-
- 18 Sep, 2020 1 commit
-
-
wangzihao authored
hacking 3.0.1 fix the pinning of flake8 to avoid bringing in a new version with new checks. bumping the min version for hacking so that any older hacking versions which auto adopt the new checks are not used. Change-Id: I5875f1c0261ff6039773d7daf412102f2c02651f
-
- 08 Sep, 2020 3 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I4c238eefa02cece34ee8f77a0dee91a5bf698a65
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: Ifdc6cb5adbb2139a2437d220b231c1c61526e648 Sem-Ver: feature
-
Justin Ferrieu authored
Support for the ``GET /v2/dataframes`` endpoint has been added to the client. A new ``dataframes get`` CLI command is also available. Story: 2005890 Task: 36384 Depends-On: https://review.opendev.org/#/c/679636 Change-Id: Idfe93025e0f740906d0f53f33547c7746fc15169
-
- 07 Sep, 2020 1 commit
-
-
Andreas Jaeger authored
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Fix problems found. Change-Id: I8fed95ecb736e0b6d7c4b63a55553de1539139be
-
- 01 Sep, 2020 2 commits
- 31 Aug, 2020 1 commit
-
-
Zuul authored
-
- 27 Aug, 2020 1 commit
-
-
melissaml authored
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: I6559348831b9277b70834556adbd9445c5982c79
-
- 24 Aug, 2020 2 commits
- 21 Aug, 2020 3 commits
- 18 Aug, 2020 1 commit
-
-
jiasirui authored
Change-Id: I08a5505237eabf5c440ed4e3f068b5a834d5917d
-
- 13 Aug, 2020 1 commit
-
-
Ghanshyam Mann authored
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). Fixing: - bug#1886296 Bump the pyflakes to 2.1.1 as min version to run pep8 jobs on py3.8 which is default python vesion in ubuntu focal. Story: #2007865 Task: #40180 Closes-Bug: #1886296 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: I482ac98bc56f0e3cfb8b767f47649da11ed1afab
-
- 20 May, 2020 1 commit
-
-
fuzihao authored
New theme of docs (Victoria+) respects pygments_style. Since we starts using Victoria reqs while being on Ussuri, this patch ensures proper rendering both in Ussuri and Victoria. Change-Id: If42b2154a5a28f92d89dde9882afa31f01bc5ac3
-
- 10 May, 2020 1 commit
-
-
jacky06 authored
We don't need this in a Python 3-only world. Change-Id: Ibeb506281e88b44d454497d06f9187308859ac9c
-
- 18 Apr, 2020 1 commit
-
-
Sean McGinnis authored
Now that we no longer support py27, we can use the standard library unittest.mock module instead of the third party mock lib. Change-Id: I9bf0a8fbb7b4f22aa2f5b5ed0836d11cac27552b Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 11 Apr, 2020 1 commit
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I603335a1099880a00de6e4cfef6393a436ff990b
-