Pin chardet again and pin it for tests also.

We still need to pin chardet because the aiohttp latest version still has a requirement of chardet<4.
Let's wait until a new aiohttp release before removing our version pins
This commit is contained in:
GeorgianaElena
2021-02-24 17:48:27 +02:00
parent d05722f068
commit 841628eb2a
2 changed files with 2 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ pytest
pytest-cov pytest-cov
pytest-mock pytest-mock
codecov codecov
chardet==3.0.4

View File

@@ -231,6 +231,7 @@ def ensure_jupyterhub_package(prefix):
"jupyterhub-tmpauthenticator==0.6", "jupyterhub-tmpauthenticator==0.6",
"oauthenticator==0.10.0", "oauthenticator==0.10.0",
"jupyterhub-idle-culler==1.0", "jupyterhub-idle-culler==1.0",
"chardet==3.0.4",
], ],
) )
traefik.ensure_traefik_binary(prefix) traefik.ensure_traefik_binary(prefix)