Merge pull request #668 from GeorgianaElena/pin-chardet-again

Pin chardet again and pin it for tests also.
This commit is contained in:
Georgiana Elena
2021-02-24 17:52:29 +02:00
committed by GitHub
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)