Skip to content

Commit 1cef030

Browse files
authored
Merge pull request #116 from jhlegarreta/FixAsvVirtualenvIssue
TST: Pin `virtualenv` for benchmark environment
2 parents b1fc035 + d5efdf1 commit 1cef030

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)