Skip to content

Commit

Permalink
Update python/lib/dependabot/python/update_checker/pipenv_version_res…
Browse files Browse the repository at this point in the history
…olver.rb

Co-authored-by: Philip Harrison <[email protected]>
  • Loading branch information
jurre and feelepxyz authored Jun 9, 2021
1 parent 34246a0 commit ebb5292
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def handle_pipenv_errors(error)

if error.message.include?("SyntaxError: invalid syntax")
raise DependencyFileNotResolvable,
"SyntaxError while installing dependencies. Is one of the dependencies not Python 3 compatible?"
"SyntaxError while installing dependencies. Is one of the dependencies not Python 3 compatible? Pip v21 no longer supports Python 2."
end

if (error.message.include?('Command "python setup.py egg_info"') ||
Expand Down

0 comments on commit ebb5292

Please sign in to comment.