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:
parent
955472715d
commit
50e5191704
@ -137,7 +137,7 @@ command from the base directory of repository:
|
|||||||
|
|
||||||
$ tox
|
$ 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,
|
* :command:`tox -e checkniceness` - to run the niceness tests (for example,
|
||||||
to see extra whitespaces)
|
to see extra whitespaces)
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
pbr>=2.0 # Apache-2.0
|
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 already pins down pep8, pyflakes and flake8
|
||||||
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
|
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user