Skip to content

Commit 7de21f1

Browse files
committed
Oh my Python 2
1 parent e8bb142 commit 7de21f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_new_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@ def test_new_resolver_lazy_fetch_candidates(script, upgrade):
12671267
"--no-cache-dir", "--no-index",
12681268
"--find-links", script.scratch_path,
12691269
"myuberpkg",
1270-
*pip_upgrade_args,
1270+
*pip_upgrade_args # Trailing comma fails on Python 2.
12711271
)
12721272

12731273
# pip should install the version preferred by the strategy...

0 commit comments

Comments
 (0)