Remove unused "retrying" package from mypy configuration

Unused since 64ecfc8476.
This commit is contained in:
Jon Dufresne 2021-08-21 06:51:52 -06:00
parent 387844e8f3
commit 7609f35ca0
2 changed files with 0 additions and 2 deletions

View File

@ -50,8 +50,6 @@ follow_imports = skip
follow_imports = skip
[mypy-pip._vendor.requests.*]
follow_imports = skip
[mypy-pip._vendor.retrying]
follow_imports = skip
[tool:pytest]
addopts = --ignore src/pip/_vendor --ignore tests/tests_cache -r aR --color=yes