Commit Graph

4 Commits

Author SHA1 Message Date
yangyawei 274165bcac 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: I32a6b4aa31c9b58ac632025670f50a065120c109
2021-05-14 18:24:06 +08:00
Corey Bryant 6338660677 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: If3b1f9f6d5af0f8f64e9ffb50b0f2f8c5d112d40
Story: #2005924
Task: #34228
2019-07-30 10:19:37 -04:00
caoyuan 4a8966a5f3 Add project infomation into setup.cfg
Change-Id: Iefc3d8ca44400e3ad54cd837f0a8cc19124db6a0
2019-01-09 14:55:01 +00:00
Felipe Reyes f64d918ea0 Add unit tests for ha-relation-joined hook 2015-03-17 11:37:44 -03:00