From 50e5191704292a0a64ef4e49799f9e53c02bf4f0 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 12 Apr 2017 17:37:28 +0200 Subject: [PATCH] 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 --- doc/contributor-guide/source/docs-builds.rst | 2 +- test-requirements.txt | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/doc/contributor-guide/source/docs-builds.rst b/doc/contributor-guide/source/docs-builds.rst index 7f1d69aac6..976aaed914 100644 --- a/doc/contributor-guide/source/docs-builds.rst +++ b/doc/contributor-guide/source/docs-builds.rst @@ -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) diff --git a/test-requirements.txt b/test-requirements.txt index 1b61400ebf..a77df98cc6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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