Fix encoding issues

While this may look like a noop change, it removes an invalid character
that was causing the checkniceness tests to fail. We can also now unpin
the chardet library.

Change-Id: Iaa4e7069187d048ad375376c25b1de4b142b62ad
This commit is contained in:
Colleen Murphy 2017-04-12 17:37:28 +02:00
parent 955472715d
commit 50e5191704
2 changed files with 1 additions and 4 deletions

View File

@ -137,7 +137,7 @@ command from the base directory of repository:
$ tox
The following individual checks are also availableː
The following individual checks are also available:
* :command:`tox -e checkniceness` - to run the niceness tests (for example,
to see extra whitespaces)

View File

@ -3,9 +3,6 @@
# process, which may cause wedges in the gate later.
pbr>=2.0 # Apache-2.0
# chardet 3.0.0 and 3.0.1 are broken, blacklist them.
chardet!=3.0.1,!=3.0.0
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0