Skip to content

Commit

Permalink
Oh my Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Dec 15, 2020
1 parent fa32720 commit eee31c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_new_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ def test_new_resolver_lazy_fetch_candidates(script, upgrade):
"--no-cache-dir", "--no-index",
"--find-links", script.scratch_path,
"myuberpkg",
*pip_upgrade_args,
*pip_upgrade_args # Trailing comma fails on Python 2.
)

# pip should install the version preferred by the strategy...
Expand Down

0 comments on commit eee31c0

Please sign in to comment.