Commit Graph

4 Commits

Author SHA1 Message Date
jiangzhilin ab8822ca2f 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: I736a8f9ceaac558e62360b928bae05d9571e43ab
2021-05-07 11:55:51 +00:00
Corey Bryant 634cc0a989 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: I05e9172cc4c84f76e110b467ff311bed71aa6aab
Story: #2005924
Task: #34228
2019-07-30 10:19:06 -04:00
caoyuan 5ea1bdd0d4 Add project infomation into setup.cfg
Change-Id: I3dbb8c21b71532f68f7c71f6c9ff4cd979c9bb1c
2019-01-14 14:06:12 +00:00
Liam Young da61f646a3 Added nosetest config 2014-06-20 11:06:02 +01:00