Skip to content

Commit

Permalink
Merge pull request #10381 from jdufresne/retrying
Browse files Browse the repository at this point in the history
Remove unused "retrying" package from mypy configuration
  • Loading branch information
pradyunsg committed Aug 21, 2021
2 parents bb5fdea + 7609f35 commit 77e7431
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Empty file.
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77e7431

Please sign in to comment.