bpo-40669: Use requirements.pip when installing PEG dependencies (GH-20194)

(cherry picked from commit 3764069f3b)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-05-18 19:31:28 -07:00 committed by GitHub
parent f02c3048dc
commit 3d062829de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ regen-metaparser: pegen/metagrammar.gram pegen/*.py
venv:
$(PYTHON) -m venv $(VENVDIR)
$(VENVPYTHON) -m pip install -U pip setuptools
$(VENVPYTHON) -m pip install -U memory_profiler
$(VENVPYTHON) -m pip install -r requirements.pip
@echo "The venv has been created in the $(VENVDIR) directory"
test: run