summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-05-06 14:21:01 +0200
committerSebastian Berg <sebastian@sipsolutions.net>2022-05-06 14:23:37 +0200
commit117aecb463601d6821ea4682a877d0fbd69d8a95 (patch)
tree24d5d5df5278372c2f017de0245116c278cbc4b1
parent4c3958b98913e6d77c751cd4556efbb27e43c446 (diff)
downloadnumpy-117aecb463601d6821ea4682a877d0fbd69d8a95.tar.gz
DEV: Pin setuptools in the asv config
Adding the setuptools version to the matrix makes sure that asv (run through `runtests`) locally works again. I am not quite sure what changed that I now run into this issue and previously do not (and neither does the CI runner yet). There may be a better solution, but this seems fine for now? Closes gh-21428
-rw-r--r--benchmarks/asv.conf.json1
-rw-r--r--benchmarks/asv_compare.conf.json.tpl1
2 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/asv.conf.json b/benchmarks/asv.conf.json
index 029adb589..b60135524 100644
--- a/benchmarks/asv.conf.json
+++ b/benchmarks/asv.conf.json
@@ -43,6 +43,7 @@
// version.
"matrix": {
"Cython": [],
+ "setuptools": ["59.2.0"]
},
// The directory (relative to the current directory) that benchmarks are
diff --git a/benchmarks/asv_compare.conf.json.tpl b/benchmarks/asv_compare.conf.json.tpl
index 93d12d4a0..01f4e41de 100644
--- a/benchmarks/asv_compare.conf.json.tpl
+++ b/benchmarks/asv_compare.conf.json.tpl
@@ -47,6 +47,7 @@
// version.
"matrix": {
"Cython": [],
+ "setuptools": ["59.2.0"]
},
// The directory (relative to the current directory) that benchmarks are