Commit Graph

5 Commits

Author SHA1 Message Date
YuehuiLei 6ed2664d6c 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: I76232b791b7b4c64e903696dd2903d9196af5eb4
2021-05-04 15:45:24 +08:00
Corey Bryant 5477681799 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Note that python35-charm-jobs is retained since this charm is supported
on Xenial.

Change-Id: I72638af28accb42482caf43e78d0418f1b722e89
Story: #2005924
Task: #34228
2019-07-30 10:18:50 -04:00
caoyuan cf4fe1af9e Add project infomation into setup.cfg
Change-Id: I4687844e4755629dbbc989958753d74c9455f36b
2019-01-24 06:22:14 +00:00
James Page c54871a893 turn down logging a bit 2013-10-19 20:54:13 +01:00
James Page 62a5561e69 Redux to use agree structure and OS templating 2013-07-19 10:46:25 +01:00