Commit Graph

4 Commits

Author SHA1 Message Date
jiangzhilin eff526510b 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: Idf305f1a6eab5d98ca369a1cd955abf00f735782
2021-05-07 12:19:06 +00:00
Corey Bryant 800637bba8 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: Ia7f98b1ab89d0983b5ed0334c3796977387cc460
Story: #2005924
Task: #34228
2019-07-30 10:20:25 -04:00
caoyuan 5651d64040 Add project infomation into setup.cfg
Change-Id: If0f46ae1777404de87d333cec084535c53804d92
2019-01-09 14:53:45 +00:00
James Page 57e9e8e032 Add trivial test config 2014-03-31 11:18:06 +01:00