Commit Graph

18 Commits

Author SHA1 Message Date
Sharpz7 f1d47a9f48 [codespell] Adding Tox Target for Codespell
Second in a series of commits to add Codespell to Ironic Repos. This one adds the command that was used to fix the spelling errors.

Future Commits will add CI support and potentially a git-blame-ignore-revs file if their are lots of spelling mistakes that could clutter git blame.

Change-Id: I2db37013bdfa85055be9f1a620424ea50e993da0
2024-01-25 21:31:43 +00:00
Riccardo Pittau c3b700e2b3 Remove support for Python 3.6 and 3.7
We're not testing them since a while now, better be explicit

Change-Id: I9739d727fddde4f6f3d4cbef28591ea516715899
2022-06-16 17:37:35 +02:00
Riccardo Pittau f284b98dbb [trivial] add python 3.9 in classifier
Change-Id: Ib610d689fbdabff5cf505057eb7bd586b74629d8
2021-12-14 09:20:52 +01:00
wu.shiming 614b1cd3ae setup.cfg: Replace dashes with underscores
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: I7de1fab7bcdc0261f42fdb844ba3651cb09137be
2021-05-12 09:23:49 +08:00
melissaml 62ccb036bd Remove translation sections from setup.cfg
These translation sections are not needed anymore, Babel can
generate translation files without them.

Change-Id: Ic174a440162d0f3f429bad94b2300ae22f4cfd83
2020-05-14 17:37:55 +08:00
Sean McGinnis ceb5a49729
Add py38 package metadata
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: I683f24ec45b0b007f7d218b40a258bbae71cfa0b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 08:22:33 -05:00
Andreas Jaeger 31587cf5d6 Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Update classifiers

Change-Id: I5558143efb0e70ce1428a13d5496cc21ead6526a
2020-04-05 17:46:26 +02:00
Madhuri Kumari 76c915aca2 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Bifrost is ready with python 3 and ok to drop
the python 2.7 support.

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://review.opendev.org/#/c/691178/

Change-Id: Ia175fc588f283e33efe2961f006c35c4ecc255b1
2020-02-02 11:10:11 +01:00
Kaifeng Wang 563dab994c Update Python 3 test runtimes for Train
One of train goals to have consistent python3 jobs.

https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: Id4575d1c06dc2e638d40a3364fa30c47edfe1cf9
2019-06-13 14:18:33 +08:00
melissaml 2829187675 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: Ie7f3c6e451ad85ed37f3637066f51b41b495a3f5
2018-12-04 16:52:33 +08:00
Nguyen Van Trung 460a8f6be3 Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

For more detials information, please refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html

Change-Id: I3eb92c968ece3c15eeae59bb6ef9492f3d03eeed
2018-07-10 16:33:42 +00:00
chenxing 6c4652a9b5 Update URL home-page in documents according to document migration
Change-Id: I8f6bae86471130f74d10189f0a2b6ac4c9b4a439
2017-07-14 16:00:58 +00:00
Julia Kreger 67977f9885 Enable warning-is-error for doc builds
Some of the documentation linking is broken, and will need
to be fixed as the documentation is revamped for the doc
migration.

Change-Id: I23a5f8a7c0cc7b0ce19052a2383e20b96e195996
2017-07-11 19:37:30 +00:00
bhavani.cr 5eeed0b262 Added the py35 env
The gating on python 3.4 is restricted to <= Mitaka.
This is due to the change from Ubuntu Trusty to Xenial,
where only python3.5 is available.
There is no need to continue to keep these settings.

Change-Id: Ide64ca514ec779074926fe527a8eaa70ec1bfcb9
2017-06-26 10:22:17 +05:30
avnish 5cdda92395 Update home page link in cfg file
Change-Id: I410016c37b6db4ee7a2f43d27813b7f0efca8557
2016-09-20 14:25:34 +05:30
sonu.kumar abccebdaed Remove py26 support from bifrost
as of mitaka, the infra team won't have the resources available to
reasonably test py26, also the oslo team is dropping py26 support
from their libraries. sine we rely on oslo for a lot of our work,
and depend on infra for our CI, we should drop py26 support too.

Change-Id: I4425ae0d5d89862efa556a6cf28dfb661563433b
2015-12-15 15:08:48 +05:30
Julia Kreger 8d878e6268 Modularize inventory and add initial testing
The inventory module for bifrost is a vital component, however
as it was developed as a single file and it needs to to be broken
up into a modular chunk in order to have meaningful testing.

Broke into module, symlinking the file into place for now until
documentation and install process can be updated.

Added two basic tests to lay the groundwork for basic testing
of the data parsing and result passing.

Change-Id: I02e79b635202a7933ae641b9d27cc19a75b7bc4f
Partial-Bug: 1499801
2015-11-04 18:19:49 -05:00
Jenkins 2a9d49d9bc Add cookiecutter-generated files for project
Use cookiecutter (https://git.openstack.org/openstack-dev/cookiecutter)
to generate config for tox so we can generate docs, run pep8, etc.
Also move CONTRIBUTING.rst to the root of the repository in keeping
with what seems to be the standard location. This move allows us to
easily generate the docs. Also include a tiny fix to allow pep8 to
run cleanly.

Change-Id: Ifbfc6d85c7b02bf4ab989974b491a3a1ae6f0900
2015-06-10 08:40:19 -07:00