influxdb-python icon indicating copy to clipboard operation
influxdb-python copied to clipboard

testsuite issues

Open pgajdos opened this issue 6 years ago • 2 comments

  1. influxdb/tests/server_tests/influxdb.conf.template is not part of PyPI tarball, so the server part of the testsuite fails
  2. 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.

pgajdos avatar May 10 '19 11:05 pgajdos

By the way, packaging CHANGELOG.md in PyPI tarball would be perfect.

pgajdos avatar May 10 '19 11:05 pgajdos

GH-805 should have fixed the distutils.spawn issue I believe, shouldn’t it?

Hawk777 avatar Jun 08 '20 18:06 Hawk777