Merge "Fix outdated benchmark target"

This commit is contained in:
Zuul
2025-09-13 20:54:54 +00:00
committed by Gerrit Code Review

View File

@@ -54,11 +54,8 @@ ignore = E731,W504
exclude = .tox,dist,doc,*.egg,build
[testenv:benchmark]
basepython = python2.7
commands = python benchmark/benchmark.py
[testenv:benchmark3]
commands = python3 benchmark/benchmark.py
commands =
python3 benchmark/benchmark.py
[testenv:releasenotes]
allowlist_externals = rm