When I try to build django-hstore in a minimal build environment, I get this error:
File "setup.py", line 46, in
long_description=open('README.rst').read(),
File "/usr/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 0xe2 in position 874: ordinal not in range(128)
This is easily fixed with a one character change. Thanks for considering.
Coverage remained the same at 83.04% when pulling b59237e1567892d8bdc0e9468401f8ed30b8aa3b on kitterma:master into 61427e474cb2f4be8fdfce225d78a5330bc77eb0 on djangonauts:master.
When I try to build django-hstore in a minimal build environment, I get this error:
File "setup.py", line 46, in
long_description=open('README.rst').read(),
File "/usr/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 0xe2 in position 874: ordinal not in range(128)
This is easily fixed with a one character change. Thanks for considering.