Remove 'py3' from requirements filename (#6509)

This commit is contained in:
Sebastian Rittau
2021-12-06 11:59:04 +01:00
committed by GitHub
parent 8a7c23624e
commit 206e1ae91b
8 changed files with 15 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ PYTHON_PROTOBUF_DIR=protobuf-$PROTOBUF_VERSION
VENV=venv
python3 -m venv $VENV
source $VENV/bin/activate
pip install -r $REPO_ROOT/requirements-tests-py3.txt # for black and isort
pip install -r $REPO_ROOT/requirements-tests.txt # for black and isort
# Install mypy-protobuf
pip install git+https://github.com/dropbox/mypy-protobuf@${MYPY_PROTOBUF_VERSION}