Commit Graph

11 Commits

Author SHA1 Message Date
Sean McGinnis d89dc30d64
Add py38 package metadata
Now that we are running the Victoria tests that include a
voting py38, we can now add the Python 3.8 metadata to the
package information to reflect that support.

Change-Id: If553d8ebb251b75fd942bc36a232f15c161b7234
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-05-02 07:48:13 -05:00
Andreas Jaeger 6ecc0a59e9 Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers

Change-Id: I73719cd22b52d9e35568d3d0e4e68846ab743522
2020-04-05 09:59:44 +02:00
Ghanshyam Mann 2046332943 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

monasca-statsd is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: I522d737c5202a7c7ac292547679b71fcddad3091
2019-11-16 16:55:40 +00:00
Corey Bryant b9bdf0c792 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

Change-Id: Ic95726f90b549df62d6a3e5312e1fa1dc7e50e48
Story: #2005924
Task: #34223
2019-07-05 13:14:53 -04:00
Ghanshyam Mann 18a738ab4e Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I69a229d92a7ec2b71c5ade0771f5bd66ac3fd448
2019-04-15 18:44:23 +00:00
Denis Poisson 628efb6026 Convert README.md to ReStructuredTest format
Change-Id: I693ec76e2bd94573caa667cc49155de358a433f3
story: 2002163
task: 22597
2018-06-28 13:24:34 +02:00
Tomasz Trębski 05022e1ff8 Extend tox for monasca-statsd
Following commits accomplishes several things:
* unit tests run with ostestr
* coverage calculation
* documentation generated using OS approach & theme
* bandit linting

Change-Id: I6c3b48805c237f0ad95220b90ff66b045c7478fb
2017-01-16 10:06:02 +00:00
Artur Basiak 3f20bdc969 Fix setup.cfg
Add missing spaces. Without spaces devstack function
setup_dev_lib fails with installing monasca-statsd.

Extra:
- modify project description

Change-Id: Ia79fade39e864a4c687fe6cc39bf4cd28f5e911f
Needed-By: I08b2ddbe17b2c7899056a63a5633070ae9a2c2db
2016-11-24 12:30:04 +01:00
Doug Hellmann 4940cfbf31 add a summary for the project to fix release announcements
The release announcement automation tries to get the summary description
for a project by running "python setup.py --description". If the summary
is not set, the result is "UNKNOWN", which looks bad in the email body.
This change adds a summary to fix those emails.

Change-Id: I38839150f849c2ec2017131af5190ae351b3199e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-11-09 11:31:29 -05:00
Joe Keen 2373ae16f5 Removing statsd-generator
Removing old test code and dependency on ConfigParser library

Change-Id: Iae2493badcd12c890783d1de5087e39fca173b85
2016-07-01 16:23:51 -06:00
gary-hessler c7dfeb7e75 Adding python client for statsd messages
Change-Id: I720707609331a637e1f148ac6e0b2e2c594c0d9a
2014-09-23 07:55:58 -06:00