Robert Garza
Results
2
issues of
Robert Garza
Python 2.7 tests passing: `(venv)$ python --version Python 2.7.16 (venv)$ nosetests -v tests/test_JMXQuery.py tests.test_JMXQuery.test_wildcard_query ... ok tests.test_JMXQuery.test_kafka_plugin ... ok This test is to check that we don't get any threading...
The current python __init__.py module is not python27 compatible. Would it be possible to add support for python 2.7? I've created the following diff, which adds python2.7 support: https://gist.github.com/chorejasbob/25ae63bc008e78d712e80daba986a6ef
enhancement