Skip to content

Commit 390ec17

Browse files
Shubham ChaturvediShubham Chaturvedi
Shubham Chaturvedi
and
Shubham Chaturvedi
authored
fix: pin tox dependency < 4.0 (#506)
Co-authored-by: Shubham Chaturvedi <[email protected]>
1 parent 933c48b commit 390ec17

10 files changed

+8
-8
lines changed

codebuild/coverage/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ phases:
1010
python: latest
1111
build:
1212
commands:
13-
- pip install tox
13+
- pip install "tox < 4.0"
1414
- tox

codebuild/python3.10.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ phases:
1616
commands:
1717
- pyenv install 3.10.0
1818
- pyenv local 3.10.0
19-
- pip install tox tox-pyenv
19+
- pip install "tox < 4.0"
2020
- tox

codebuild/python3.5.yml

Whitespace-only changes.

codebuild/python3.6.yml

Whitespace-only changes.

codebuild/python3.7.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ phases:
2828
# The choice of versions should be reviewed.
2929
- pyenv install 3.7.12
3030
- pyenv local 3.7.12
31-
- pip install tox tox-pyenv
31+
- pip install "tox < 4.0"
3232
- tox

codebuild/python3.8.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ phases:
1616
commands:
1717
- pyenv install 3.8.12
1818
- pyenv local 3.8.12
19-
- pip install tox tox-pyenv
19+
- pip install "tox < 4.0"
2020
- tox

codebuild/python3.9.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ phases:
1616
commands:
1717
- pyenv install 3.9.7
1818
- pyenv local 3.9.7
19-
- pip install tox tox-pyenv
19+
- pip install "tox < 4.0"
2020
- tox

codebuild/release/prod-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
phases:
1111
install:
1212
commands:
13-
- pip install tox
13+
- pip install "tox < 4.0"
1414
- pip install --upgrade pip
1515
runtime-versions:
1616
python: latest

codebuild/release/test-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
phases:
1111
install:
1212
commands:
13-
- pip install tox
13+
- pip install "tox < 4.0"
1414
- pip install --upgrade pip
1515
runtime-versions:
1616
python: latest

codebuild/release/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
phases:
1616
install:
1717
commands:
18-
- pip install tox
18+
- pip install "tox < 4.0"
1919
runtime-versions:
2020
python: latest
2121
pre_build:

0 commit comments

Comments
 (0)