Merge pull request #11196 from ericsalo/21.x · protocolbuffers/protobuf@c0bc0cf (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit c0bc0cf
Merge pull request #11196 from ericsalo/21.x
sync with current 21.x upb
6 files changed
Lines changed: 24179 additions & 19552 deletions
File tree
- ruby/ext/google/protobuf_c
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -36,7 +36,7 @@ pyenv install -v -s 2.7.18 && pyenv global 2.7.18 | ||
| 36 | 36 | if [[ "${KOKORO_INSTALL_TOX:-}" == "yes" ]] ; then |
| 37 | 37 | pyenv install -v -s 3.7.13 |
| 38 | 38 | pyenv global 3.7.13 |
| 39 | - sudo python -m pip install --upgrade pip tox tox-pyenv | |
| 39 | + sudo python -m pip install --upgrade pip 'tox==3.27.1' tox-pyenv | |
| 40 | 40 | fi |
| 41 | 41 | |
| 42 | 42 | ## |