Commit Graph

4 Commits

Author SHA1 Message Date
jiangzhilin 725d7d4f41 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: Ic4d9d75a56d133c9408c460d833234f7f6c81626
2022-01-04 15:50:39 +00:00
Corey Bryant 6865803380 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: I3bf7b14161e13f76b1d5b07297dcc4f3029fe65d
Story: #2005924
Task: #34228
2019-07-30 10:16:17 -04:00
caoyuan 0bd4c5bb59 Add project infomation into setup.cfg
Change-Id: I8435ac62f001cd09c833c38a4d8cd44c1af78928
2019-01-09 14:56:44 +00:00
James Page b85c4684cf Test coverage tweaks, unit testing 2013-07-18 09:37:37 +01:00