Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
do not ensure_reqs twice
  • Loading branch information
maurycy committed Oct 26, 2025
commit d99a956b194bd00e2ef208639aa07cc5d408f509
2 changes: 0 additions & 2 deletions pyperformance/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def cmd_venv_recreate(options, root, python, benchmarks):
venv.ensure_pip()
try:
venv.ensure_reqs(requirements)
venv.ensure_reqs(requirements)
except _venv.RequirementsInstallationFailedError:
sys.exit(1)
else:
Expand Down Expand Up @@ -156,7 +155,6 @@ def cmd_venv_show(options, root):

def cmd_run(options, benchmarks):
import pyperf

import pyperformance

from .compare import display_benchmark_suite
Expand Down
Loading