yunojuno / django-juno-testrunner

A more useful (and slightly more glamorous) test runner for Django 1.6+ from the folks at YunoJuno
MIT License
7 stars 9 forks source link

Tox install issue under py3 #27

Open stevejalim opened 7 years ago

stevejalim commented 7 years ago
  ...
  Using cached django-juno-testrunner-0.4.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-ftnbkmo1/django-juno-testrunner/setup.py", line 4, in <module>
        README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read()
      File "/app/.tox/py3/lib/python3.5/encodings/ascii.py", line 26, in decode
        return codecs.ascii_decode(input, self.errors)[0]
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 3822: ordinal not in range(128)

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-ftnbkmo1/django-juno-testrunner/