- 07 Feb, 2022 1 commit
-
-
Takashi Kajinami authored
Since setuptools v54.1.0[1], the parmeters with dash have been deprecated in favor of the new parameters with underscore. This change updates the parameters accordingly to avoid the warnings like the example below. 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: I8cc51ddb1130cebbb9ee68b1f2abc1e7849c1fa9
-
- 14 Dec, 2021 1 commit
-
-
Riccardo Pittau authored
We have updated the yoga testing runtime to keep the py36 testing. - https://review.opendev.org/c/openstack/governance/+/820195 Unit tests job template is also updated to keep python 3.6 as a voting job. So with the py3.6 and py3.9 testing as voting job template, we are keeping python 3.6, 3.7, 3.8, and 3.9 as tested versions in the Yoga cycle. - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286 This commit re-add the python 3.6/3.7 versions in setup.cfg classifier. Change-Id: Ia72ab5858443fcdf776711d615a2a346fdce66e9
-
- 25 Nov, 2021 1 commit
-
-
Ghanshyam Mann authored
Yoga testing runtime has been updated with py38 and py39 as voting and removed the py36 testing. Unit tests update are handled by the job template change in openstack-zuul-job and you can see the updated jobs running in gate. - https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/818609 this commit makes other required changes in fucntional jobs and update the metadata in setup.cfg file. [1] https://governance.openstack.org/tc/reference/runtimes/yoga.html Change-Id: Ia66f92ec50560a5c2804dcbfa5e881760b651d08
-
- 23 Nov, 2021 1 commit
-
-
Riccardo Pittau authored
Use stestr for testing Improve tests hierarchy Update hacking and pycodestyle versions Also fix docs and pdf-docs jobs Change-Id: I4ce5da019251a2a68202f74f706a5bf03e6a22b6
-
- 21 Sep, 2021 1 commit
-
-
Zuul authored
-
- 10 Sep, 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 yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Iad7960a2d24bba87fac2f9bf6870d40bec8e6413
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/xena. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/xena. Sem-Ver: feature Change-Id: Ib6bf1b204fc0d282f095adff4b84757d8d768de0
-
- 04 Sep, 2021 1 commit
-
-
Takashi Kajinami authored
The method is deprecated since Python 3.2[1] and shows the following DeprecationWarning. /usr/lib/python3.9/unittest/case.py:1134: DeprecationWarning: assertDictContainsSubset is deprecated warnings.warn('assertDictContainsSubset is deprecated', [1] https://docs.python.org/3/whatsnew/3.2.html#unittest Change-Id: I8cc3b29ff5e1635143761bf4c072d57cd78d3138
-
- 15 Jun, 2021 1 commit
-
-
Riccardo Pittau authored
The min version of tox is updated to 3.18.0 to replace whitelist_externals with allowist_externals option [1] [1] https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: Ic99f9cd0e258ca65f51f7bb1195e4a7ba9ac7028
-
- 08 Jun, 2021 1 commit
-
-
Zuul authored
-
- 07 Jun, 2021 1 commit
-
-
Radosław Piliszek authored
And add another example of a LLDP-relevant plugin. Change-Id: I1bbd972a7fb8dc268ee03ae766ee7bcb44c57a3b
-
- 04 Jun, 2021 1 commit
-
-
Radosław Piliszek authored
``switch_mgmt_addresses`` and ``switch_system_description`` are useful for identification purposes. Change-Id: I292b9b20dd2b1eb1440b5047f5cf89ea47443e5b
-
- 12 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: I29565573df627c7f53d867ff6f83d2baa33e5e45
-
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: Icd282dd7b9f43d227007a70bf35eec5507e3e76b
-
- 08 Feb, 2021 1 commit
-
-
Dmitry Tantsur authored
Change-Id: Ibcc70afbe0b4f5f36878edbfbae9da77e3f4962d
-
- 22 Jan, 2021 1 commit
-
-
Riccardo Pittau authored
The minimum version since when tox accepts having inline comments in deps is 3.9.0 https://tox.readthedocs.io/en/latest/changelog.html#v3-9-0-2019-04-17 Change-Id: Ia388cbb585d4304c9c86baa6d160ae061e0a3fd4
-
- 20 Jan, 2021 1 commit
-
-
Zuul authored
-
- 23 Dec, 2020 1 commit
-
-
Riccardo Pittau authored
They're not needed there and are hard to constraint properly. Change-Id: I44ac4f898e75fa853085bb38bbfd47752c46f100
-
- 15 Dec, 2020 1 commit
-
-
Riccardo Pittau authored
As discussed during the upstream ironic community meeting on Monday Dec 14 2020, the lower-constraints job is being removed. Change-Id: I4c940c72c0d93be0b6800aab55f0c2457d7ed07f
-
- 27 Oct, 2020 1 commit
-
-
Riccardo Pittau authored
Versions of hacking from 3.1.0 until 4.0.0 NOT included are supposed to require a safe version of flake8, so besides normale issues related to minor version upgrades, we can safely use those versions. Also forcing pycodestyle versions to be compatible with flake8 installed by hacking. Plus correcting output of empty response from ironic-inspector changed in https://opendev.org/openstack/ironic-inspector/commit/6e2cb60e778180a40418dbc2011fa25763c32363 Change-Id: I0c07a99b23898ce6a8c715caf44ac70f649631fb
-
- 12 Oct, 2020 1 commit
-
-
Riccardo Pittau authored
Let's default to python 3.8 for functional tests as latest python runtime available. Change-Id: I7f2ba6c0f691a14a0b5ced111e6301e3b94c204f
-
- 02 Oct, 2020 2 commits
- 11 Sep, 2020 3 commits
-
-
Ghanshyam Mann authored
Bumping few lower constraints to pass it on Focal node. Change-Id: I3488fe211af11afb1a069583432bafb9287c1a7a
-
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: Ib1f4c38daf0560405762b5e2d02e64d943ad085a
-
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: Ic481d0ad4be0225c21ed54a23523f18df272ad4e Sem-Ver: feature
-
- 19 Aug, 2020 1 commit
-
-
Dmitry Tantsur authored
Apparently, it's a common enough case, especially with standalone ironic. Change-Id: Ic0ffa49aeb2f13cfd08b6027f3b61f2fcc750b4d
-
- 28 Jul, 2020 1 commit
-
-
Dmitry Tantsur authored
Change-Id: Id8d2d3621385e0ef982a531609ce8c02739987a5 Depends-On: https://review.opendev.org/743504
-
- 23 Jul, 2020 1 commit
-
-
Zuul authored
-
- 16 Jul, 2020 1 commit
-
-
Lucas Alvares Gomes authored
The python-ironic-inspector-client-tempest should use the inherited devcstack_services configuration from it's base class instead of explicitly enabling each service. Change-Id: I100a313e91316b8457c5e2e37f106da2fab31777 Signed-off-by:Lucas Alvares Gomes <lucasagomes@gmail.com>
-
- 15 Jul, 2020 1 commit
-
-
Riccardo Pittau authored
As recommended, since version 3.2.0 tox switches pip invocations to use the module -m pip instead of direct invocation. We set min version to 3.2.1 [1] to also fix the behavior of --parallel--safe-build [1] https://tox.readthedocs.io/en/latest/changelog.html#v3-2-1-2018-08-10 Change-Id: I40f55794e416f456f1f3140ad69e9ec756be0c9b
-
- 29 May, 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: I994c1f73ead8d3374b7bb67b557bec7535affc02 Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 27 May, 2020 2 commits
-
-
Riccardo Pittau authored
Change-Id: I1323276abe98d27b510640d6507c23b63952eb65
-
Riccardo Pittau authored
Also adapt the tempest job to the new values. Depends-On: Ic41fe7ade21ece2d1110ef8a6ccb74df6ddd2b6f Change-Id: Ia6fd1b17e2f18ae957e6fbea759f88cbcd8a4abc
-
- 25 May, 2020 1 commit
-
-
Zuul authored
-
- 21 May, 2020 1 commit
-
-
Iury Gregory Melo Ferreira authored
Removing unecessary things and using the new paremters since we are using the newest openstackdocstheme. Change-Id: Id09a9cd49f64bc6d2b015d4232555db54de398b9
-
- 19 May, 2020 1 commit
-
-
Riccardo Pittau authored
We need to list all dependencies in lower-constraints Change-Id: I970a209d69b6948c3d930aab8797847c25beccae
-
- 18 May, 2020 1 commit
-
-
Andreas Jaeger authored
Switch to openstackdocstheme 2.2.0 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. 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. Set openstackdocs_pdf_link to link to PDF file. Note that the link to the published document only works on docs.openstack.org where the PDF file is placed in the top-level html directory. The site-preview places the PDF in a pdf directory. Depends-On: https://review.opendev.org/728938 Change-Id: I0f59a6eb8318b9ae65c57dba1012bbded5e7186b
-
- 15 May, 2020 1 commit
-
-
Riccardo Pittau authored
Change-Id: I63cd1054ccbaebbcdd9815e7a30c93b18365ecf2
-
- 14 May, 2020 1 commit
-
-
Iury Gregory Melo Ferreira authored
Updating the `Last updated` information that was changed in Ibdabf784c9639ef0686d6684705924116945febd Change-Id: I059387b3335c4bd93ca8c9d14193fbe8c6622c79
-