diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2022-05-06 14:21:01 +0200 |
|---|---|---|
| committer | Sebastian Berg <sebastian@sipsolutions.net> | 2022-05-06 14:23:37 +0200 |
| commit | 117aecb463601d6821ea4682a877d0fbd69d8a95 (patch) | |
| tree | 24d5d5df5278372c2f017de0245116c278cbc4b1 | |
| parent | 4c3958b98913e6d77c751cd4556efbb27e43c446 (diff) | |
| download | numpy-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.json | 1 | ||||
| -rw-r--r-- | benchmarks/asv_compare.conf.json.tpl | 1 |
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 |
