Skip to content

Commit d5efdf1

Browse files
committed
TST: Pin virtualenv for benchmark environment
Pin `virtualenv` for benchmark environment: the latest `virtualenv` version (v20.31.0) drops the support for the `--wheel=bundle` argument, resulting in following error when running `asv` setup: ``` virtualenv: error: unrecognized arguments: --wheel=bundle ``` raised for example in: https://github.com/nipreps/nifreeze/actions/runs/14895685075/job/41838083838#step:6:46 Solution proposed in the `asv` repository: airspeed-velocity/asv#1484 (comment)
1 parent b1fc035 commit d5efdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ antsopt = [
103103
benchmark = [
104104
"asv",
105105
"pyperf",
106-
"virtualenv",
106+
"virtualenv==20.30",
107107
]
108108

109109
# Aliases

0 commit comments

Comments
 (0)