- 29 Sep, 2021 1 commit
-
-
Thomas Goirand authored
-
- 07 Sep, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
futurist 2.4.0 release meta:version: 2.4.0 meta:diff-start: - meta:series: independent meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I8582f7e7dbfe22189b8221392f6ddfe415d816b0 meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 26 May, 2021 2 commits
- 13 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: Ie34c25c6e484952a89670986d90d9e015a1cf559
-
- 16 Apr, 2021 1 commit
-
-
Stephen Finucane authored
We also remove a now-useless requirement from 'test-requirements' since that stuff is handled by pre-commit. Signed-off-by:Stephen Finucane <stephenfin@redhat.com> Change-Id: I324251c28f9fd6b61909e5288974b96f804ec19d
-
- 23 Mar, 2021 1 commit
-
-
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: I7b08e7c2911b195d911efe02e5df635ad2c4739c
-
- 16 Mar, 2021 1 commit
-
-
Zuul authored
-
- 15 Mar, 2021 3 commits
-
-
Zuul authored
-
Zuul authored
-
wu.shiming authored
These were missed in change: I64c8320d0cdd473d54d6de6050be4d60d92a7c5f Change-Id: I469d53212193ecbe0b0907cd50ed9bd77a6ae67f
-
- 11 Mar, 2021 4 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: Ic6ed0834607d7d6e75cfcadeb0e2b990bb1aaab4
-
Wander Way authored
This is now maintained as a Jazzband project [1]. [1] https://github.com/jazzband/prettytable Change-Id: I2e28cda2a0fec1d79fe8da5dbaff0fb5dd23c972
-
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: Ic5998308cf6892066b296a9e9455466d12f0d720
-
Stephen Finucane authored
We're depending on flake8 3.8.3 and hacking>=3.0.1,<3.1.0, but that version of hacking has a flake8<3.8.0 cap. Match our version of flake8 with the version expected by hacking. We can bump hacking later. Change-Id: Icdd50050a193311ebbaed1f229a1f4d03d66d8a1
-
- 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: I64c8320d0cdd473d54d6de6050be4d60d92a7c5f
-
- 10 Nov, 2020 1 commit
-
-
Zuul authored
-
- 14 Oct, 2020 3 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
- 05 Oct, 2020 1 commit
-
-
Zuul authored
-
- 22 Sep, 2020 2 commits
-
-
Hervé Beraud authored
Change-Id: I9d6b7eb4db3c58fbfa915a45a33185c585efba76
-
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: I3a8d6c282a1ec8189f4150a5e5391a94591cff9d Signed-off-by:
Moisés Guimarães de Medeiros <moguimar@redhat.com>
-
- 13 Sep, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
futurist 2.3.0 release meta:version: 2.3.0 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: yes meta:first: no meta:release:Author: Ben Nemec <bnemec@redhat.com> meta:release:Commit: Ben Nemec <bnemec@redhat.com> meta:release:Change-Id: I3ae7c0913864b949dfb01fd31e1c7567fc4b7fd7 meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+2: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Workflow+1: Sean McGinnis <sean.mcginnis@gmail.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: I7dd8a0c6b71b8dc1fbea9ca7ef1704ea2db1e435
-
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: Id7d5e823fe8305cf5dcba4fe4a3e11bebc232c50 Sem-Ver: feature
-
- 07 Sep, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
futurist 2.2.0 release meta:version: 2.2.0 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: yes meta:first: yes meta:release:Author: Ben Nemec <bnemec@redhat.com> meta:release:Commit: Ben Nemec <bnemec@redhat.com> meta:release:Change-Id: I21a5e8a7ca283f4739bf9ead31a66d54f3d7cf82 meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 04 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#1886298 Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40207 Closes-Bug: #1886298 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.h> Change-Id: I14a1d33f1aedfd7bff265b7df2d3aa4340221144
-
- 08 Jun, 2020 1 commit
-
-
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: Ife7e5175cebdaa454c61f7f9f768e3dc4221385a
-
- 26 May, 2020 1 commit
-
-
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: Ife447363df7ed70ee9d813cc70c236efdbb916b6
-
- 14 May, 2020 1 commit
-
-
melissaml authored
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: Ia0cbbfeb790dd69046855bcecee9e402a9049ca4
-
- 08 May, 2020 1 commit
-
-
Thomas Goirand authored
-
- 04 May, 2020 1 commit
-
-
Sean McGinnis authored
The monotonic package was needed for monotonic time operations when running under Python runtimes older than 3.3. Since we now only support versions higher than this, this third party package requirement can now be removed. Change-Id: I0e5bf6090ed85db2659b50096122a9abda9dde6a Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 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: I0b7dada243ff409437c1799cd2b88696379f1a54 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: I72f0f0db1268c7e278bfa5d6b51f9b57f167fdbc Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 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: I2b8d8d6cf4ac29dc58cd8fe418d613445d65c3be Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-