Commit Graph

4 Commits

Author SHA1 Message Date
YuehuiLei 4625fcfcd5 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: Ic682234b64c313cc09a6471f30f20dc1a7d49f37
2021-05-04 15:47:26 +08:00
Corey Bryant abc90a3a30 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: Ie6f119451c282906da12059c14652d08dd5e3f20
Story: #2005924
Task: #34228
2019-07-30 10:18:44 -04:00
caoyuan 0bb67846e6 Add project infomation into setup.cfg
Change-Id: I8602f50d0bcee50c11d86f03860ad326b0d40fe7
2019-01-09 14:51:11 +00:00
Liam Young 6d3fc4e7a2 Added openstack upgrade, unit tests and lint fixes 2014-06-20 11:02:09 +01:00