From e10435239d381e782959fd1c1272a6dd22cca150 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sun, 2 Aug 2020 20:32:30 +0200 Subject: [PATCH] Install pip<20.2 in asv --- asv.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/asv.conf.json b/asv.conf.json index 6d6fd675..8a46664c 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -75,6 +75,7 @@ "pip+git+https://github.com/inducer/pymbolic#egg=pymbolic": [""], "pip+git+https://gitlab.tiker.net/inducer/boxtree#egg=boxtree": [""], "pip+git+https://github.com/inducer/loopy#egg=loopy": [""], + "pip" : ["<20.2"], }, // Combinations of libraries/python versions can be excluded/included -- GitLab