diff --git a/python/lib/dependabot/python/update_checker/pipenv_version_resolver.rb b/python/lib/dependabot/python/update_checker/pipenv_version_resolver.rb index 51237451cce..0e6d8f14d96 100644 --- a/python/lib/dependabot/python/update_checker/pipenv_version_resolver.rb +++ b/python/lib/dependabot/python/update_checker/pipenv_version_resolver.rb @@ -239,8 +239,10 @@ def handle_pipenv_errors_resolving_original_reqs(error) raise DependencyFileNotResolvable, msg end - # NOTE: Pipenv masks the actualy error, see this issue for updates: + # NOTE: Pipenv masks the actual error, see this issue for updates: # https://github.com/pypa/pipenv/issues/2791 + # TODO: This may no longer be reproducible on latest pipenv, see linked issue, + # so investigate when we next bump to newer pipenv... handle_pipenv_installation_error(error.message) if error.message.match?(PIPENV_INSTALLATION_ERROR_REGEX) # Raise an unhandled error, as this could be a problem with