influxdb-python
influxdb-python copied to clipboard
testsuite issues
- influxdb/tests/server_tests/influxdb.conf.template is not part of PyPI tarball, so the server part of the testsuite fails
- I get module 'distutils' has no attribute 'spawn' -import distutils +import distutils.util fixes it for me, but not sure what is the correct solution.
Linux, python 2.7 and 3.7 here and d5d1249.
By the way, packaging CHANGELOG.md in PyPI tarball would be perfect.
GH-805 should have fixed the distutils.spawn issue I believe, shouldn’t it?