From 14ddc2ae9f27d0a3107f16aeb5bb779a76d9f457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 2 Aug 2020 21:00:49 +0200 Subject: [PATCH] Add issue link for pip hold-back to asv.conf --- asv.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/asv.conf.json b/asv.conf.json index 8a46664c..90133beb 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": [""], + // https://github.com/pypa/pip/issues/8667 "pip" : ["<20.2"], }, -- GitLab