- 07 Jun, 2021 1 commit
-
-
Hervé Beraud authored
Also updates the IRC channel from #openstack-state-management to #openstack-oslo to reflect the retirement of the #openstack-state-management channel. http://lists.openstack.org/pipermail/openstack-discuss/2021-May/022724.html http://lists.openstack.org/pipermail/openstack-discuss/2021-June/022929.html Change-Id: I542ab51a655dbe74a28620ac07952822022e462e
-
- 12 May, 2021 1 commit
-
-
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: I53a24ff7f9984997a16f436d9e6c62605e90d9e5
-
- 16 Apr, 2021 4 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Daniel Bengtsson authored
The goal here is to avoid conflicts between flake8 and hacking version each 2 days. Inspired from nova's approach[1]. The flake8 version to install will be determined by hacking and requirements [2] will stay aligned instead of relying on different versions. [1] https://opendev.org/openstack/nova/src/branch/master/.pre-commit-config.yaml#L26-L35 [2] https://opendev.org/openstack/hacking/src/branch/master/requirements.txt#L1 Change-Id: I402e708832395d95b04a5b956a19d5cc8c3f1c1f
-
- 18 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: I84de85283509bf49f6793276d29a885805fea20d
-
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: Ibdf3450aa4921c52b775377f31c5468ce611cdce
-
- 11 Feb, 2021 3 commits
-
-
Stephen Finucane authored
We use stestr now. Change-Id: I3f7a2c89281a01b66b23b2fc984ed601c20ef112 Signed-off-by:Stephen Finucane <stephenfin@redhat.com>
-
Stephen Finucane authored
These were missed in change I2706e8af350d07e51169f8bc13c7404d4696b2a2 Change-Id: Ie6e15bdc948dcc918fd2eff344f804ac93434f1b Signed-off-by:Stephen Finucane <stephenfin@redhat.com>
-
Stephen Finucane authored
This is now maintained as a Jazzband project [1]. [1] https://github.com/jazzband/prettytable Change-Id: I13d782b4b1be7556c3a7cde344a38748d31a249c Signed-off-by:
Stephen Finucane <stephenfin@redhat.com>
-
- 21 Jan, 2021 1 commit
-
-
Zuul authored
-
- 14 Jan, 2021 1 commit
-
-
Zuul authored
-
- 18 Dec, 2020 1 commit
-
-
Hervé Beraud authored
We facing errors related to the new pip resolver, this topic was discussed on the ML and QA team proposed to to test lower-constraints [1]. I propose to drop this test because the complexity and recurring pain needed to maintain that now exceeds the benefits provided by this mechanismes. [1] http://lists.openstack.org/pipermail/openstack-discuss/2020-December/019390.html Change-Id: I2706e8af350d07e51169f8bc13c7404d4696b2a2
-
- 12 Dec, 2020 1 commit
-
-
Riccardo Pittau authored
We run on Python 3 only, time to remove six dependency Also fix l-c for new pip-resolver and move pep8 deps in tox.ini to avoid conflicts. And since we're here, update pre-commit config to support correct hacking version. Change-Id: Ibbe733c4be37d1a9dd9149d491591ef2e50dad6a
-
- 04 Nov, 2020 2 commits
-
-
Hervé Beraud authored
UPPER_CONSTRAINTS_FILE is old name and deprecated This allows to use upper-constraints file as more readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>. [1] https://review.opendev.org/#/c/722814/ [2] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file Change-Id: I0689bf1a5e7f44fcdc4519932df291db679e0869
-
Hervé Beraud authored
Moving on py3 as the default runtime for tox to avoid to update this at each new cycle. Wallaby support officially the following runtimes [1]: - Python 3.6 - Python 3.8 During Victoria Python 3.7 was used as the default runtime [2] however this version isn't longer officially supported. [1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html#python-runtimes-for-wallaby [2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria Change-Id: Iaaa6d1b7b0a957da75b0819c2d10b639463f9d23
-
- 05 Oct, 2020 1 commit
-
-
Zuul authored
-
- 15 Sep, 2020 1 commit
-
-
Hervé Beraud authored
Introduced changes: - pre-commit config and rules - Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks. - Applying fixes for pre-commit compliance in all code. Also commit hash will be used instead of version tags in pre-commit to prevend arbitrary code from running in developer's machines. pre-commit will be used to: - trailing whitespace; - Replaces or checks mixed line ending (mixed-line-ending); - Forbid files which have a UTF-8 byte-order marker (check-byte-order-marker); - Checks that non-binary executables have a proper shebang (check-executables-have-shebangs); - Check for files that contain merge conflict strings (check-merge-conflict); - Check for debugger imports and py37+ breakpoint() calls in python source (debug-statements); - Attempts to load all yaml files to verify syntax (check-yaml); - Run flake8 checks (flake8) (local) For further details about tests please refer to: https://github.com/pre-commit/pre-commit-hooks Change-Id: I1e4625d34ed08218dd7069402a1eff1418f4ec35 Signed-off-by:
Moisés Guimarães de Medeiros <moguimar@redhat.com>
-
- 11 Sep, 2020 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 wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Iddd80d10bad24bf52c72401fb49fddcf8335060b
-
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: I9f7f44ad0787ae3f2519287bf73cd1395a8474a6 Sem-Ver: feature
-
- 08 Jun, 2020 2 commits
-
-
Sean McGinnis authored
This updates the lower constraints packages with only things that are currently pulled in with the latest necessary requirements. It also removes linters that are part of the blacklist in global requirements as those are not needed for tracking. Change-Id: Iffa3a1caaa14b7367991e24eb2cfaf9332736701 Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
Hervé Beraud authored
The mock third party library was needed for mock support in py2 runtimes. Since we now only support py36 and later, we don't need it in lower-constraints. These changes will help us to drop `mock` from openstack/requirements Change-Id: Ide97d869c5e56e56e2a522f198f0973504972697
-
- 03 Jun, 2020 1 commit
-
-
Zuul authored
-
- 02 Jun, 2020 1 commit
-
-
Hervé Beraud authored
The __future__ module [1] was used in this context to ensure compatibility between python 2 and python 3. We previously dropped the support of python 2.7 [2] and now we only support python 3 so we don't need to continue to use this module and the imports listed below. Imports commonly used and their related PEPs: - `division` is related to PEP 238 [3] - `print_function` is related to PEP 3105 [4] - `unicode_literals` is related to PEP 3112 [5] - `with_statement` is related to PEP 343 [6] - `absolute_import` is related to PEP 328 [7] [1] https://docs.python.org/3/library/__future__.html [2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html [3] https://www.python.org/dev/peps/pep-0238 [4] https://www.python.org/dev/peps/pep-3105 [5] https://www.python.org/dev/peps/pep-3112 [6] https://www.python.org/dev/peps/pep-0343 [7] https://www.python.org/dev/peps/pep-0328 Change-Id: Ib32cd47131b154509357b228b2e97548cf5ba4e4
-
- 26 May, 2020 2 commits
-
-
Andreas Jaeger authored
Remove unused babel.cfg file. Remove python 2.7 support from setup.py. Change-Id: I6d12374ca3f68c313e3bcca2587393c000214181
-
Andreas Jaeger authored
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Disable openstackdocs_auto_name to use 'project' variable as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. Remove docs requirements from lower-constraints, they are not needed during install or test but only for docs building. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I3adc259f89f9093fbe9cce1353f5d6f0828271b9
-
- 27 Apr, 2020 1 commit
-
-
Zuul authored
-
- 24 Apr, 2020 2 commits
-
-
Sean McGinnis authored
Python 3.8 is now our highest level supported python runtime. This updates the default tox target environments to swap out py37 for py38 to make sure local development testing is covering this version. This does not impact zuul jobs in any way, nor prevent local tests against py37. It just changes the default if none is explicitly provided. Change-Id: I803395e1448dae744707853387af5b01ec037b62 Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
Sean McGinnis authored
Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: I915e0220a7f5354724445450d1828823c8461ce2 Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 14 Apr, 2020 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 victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I25af81bb32d0a98a00621528afa32c69bd67b933
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: Ib992f2286bf1d729f2152f2a04c20bcbc17ec538 Sem-Ver: feature
-
- 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: I13b9eeb19236eaf02a5b166026c285ff78d754bb
-
- 04 Feb, 2020 2 commits
-
-
Hervé Beraud authored
Also prefer to lowercase `ignore_basepython_conflict` value to uniformize with other oslo projects. Change-Id: Ia5b47f1dd3b4aee25b1182620f61f05b0f1fb56f
-
Hervé Beraud authored
Change-Id: I42efda8d3fb5d300068e2fb18502fc266878e238
-
- 03 Feb, 2020 1 commit
-
-
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 Cleanup some old cuft from setup.cfg. Fix sphinx-build invocation to publish correctly. Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I61b0dcd730be1889815e47a0c0c354d8f7759571
-
- 18 Dec, 2019 2 commits
-
-
Stephen Finucane authored
Change-Id: I6d52fdd59be2a3be50a803b2b19621455765bfaf Signed-off-by:Stephen Finucane <stephenfin@redhat.com>
-
Hervé Beraud authored
For the sake of homogeneity between oslo project scope, prefer to use doc/requirements.txt Change-Id: I10acf283752d18cb98c8ad19b8af4758bed94679
-
- 23 Oct, 2019 1 commit
-
-
kangyufei authored
Change-Id: Ia34b54872bded2edb015b2497a37f786e73e86bb
-
- 09 Oct, 2019 1 commit
-
-
pengyuesheng authored
See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Change-Id: I65f1bdda8e0dc87fe431e84642606a5560a093d2
-