]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Mon, 18 May 2020 18:27:40 +0000 (21:27 +0300)
committerGitHub <noreply@github.com>
Mon, 18 May 2020 18:27:40 +0000 (11:27 -0700)
commitdc31800f86fbcd40ee616984820b885d8adaa6a7
treeabb3f07fd5a54fb652cc91e192ebe89918903cc5
parent2135e10dc717c00d10d899d232bebfc59bb25032
bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183)

Create a `make venv` target, that creates a virtual environment
and installs the dependency in that venv. `make time` and all
the related targets are changed to use the virtual environment
python.

Automerge-Triggered-By: @pablogsal
Tools/peg_generator/.gitignore
Tools/peg_generator/Makefile
Tools/peg_generator/scripts/benchmark.py