mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
blacklist urllib3 versions with encoding bug
I *think* this should only affect testing, not production
This commit is contained in:
@@ -14,4 +14,7 @@ pytest-asyncio
|
|||||||
pytest-cov
|
pytest-cov
|
||||||
pytest>=3.3
|
pytest>=3.3
|
||||||
requests-mock
|
requests-mock
|
||||||
|
# blacklist urllib3 releases affected by https://github.com/urllib3/urllib3/issues/1683
|
||||||
|
# I *think* this should only affect testing, not production
|
||||||
|
urllib3!=1.25.4,!=1.25.5
|
||||||
virtualenv
|
virtualenv
|
||||||
|
Reference in New Issue
Block a user