From 7de21f17cd0a7750fe3c1c5165afb0515c72905c Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Tue, 15 Dec 2020 18:15:28 +0800 Subject: [PATCH] Oh my Python 2 --- tests/functional/test_new_resolver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/test_new_resolver.py b/tests/functional/test_new_resolver.py index c7b86f45993..e2c76fe5638 100644 --- a/tests/functional/test_new_resolver.py +++ b/tests/functional/test_new_resolver.py @@ -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...