Skip to content

Commit

Permalink
Merge pull request #6373 from yan12125/fix-requests-exceptions-debundled
Browse files Browse the repository at this point in the history
Fix handling of requests exceptions when dependencies are debundled
  • Loading branch information
cjerdonek authored Apr 3, 2019
2 parents 98fc29b + e4936da commit 5af0bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions news/4195.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix handling of requests exceptions when dependencies are debundled.
1 change: 1 addition & 0 deletions src/pip/_vendor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def vendored(modulename):
vendored("pytoml")
vendored("retrying")
vendored("requests")
vendored("requests.exceptions")
vendored("requests.packages")
vendored("requests.packages.urllib3")
vendored("requests.packages.urllib3._collections")
Expand Down

0 comments on commit 5af0bc3

Please sign in to comment.