File tree 18 files changed +19
-19
lines changed
18 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ phases:
10
10
python : latest
11
11
build :
12
12
commands :
13
- - pip install tox
13
+ - pip install " tox < 4.0"
14
14
- tox
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ phases:
22
22
commands :
23
23
- pyenv install 3.10.0
24
24
- pyenv local 3.10.0
25
- - pip install tox tox-pyenv
25
+ - pip install " tox < 4.0"
26
26
- cd test_vector_handlers
27
27
- tox
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ phases:
20
20
commands :
21
21
- pyenv install 3.10.0
22
22
- pyenv local 3.10.0
23
- - pip install tox tox-pyenv
23
+ - pip install " tox < 4.0"
24
24
- tox
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ phases:
20
20
commands :
21
21
- pyenv install 3.10.0
22
22
- pyenv local 3.10.0
23
- - pip install tox tox-pyenv
23
+ - pip install " tox < 4.0"
24
24
- tox
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ phases:
22
22
commands :
23
23
- pyenv install 3.7.12
24
24
- pyenv local 3.7.12
25
- - pip install tox tox-pyenv
25
+ - pip install " tox < 4.0"
26
26
- cd test_vector_handlers
27
27
- tox
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ phases:
20
20
commands :
21
21
- pyenv install 3.7.12
22
22
- pyenv local 3.7.12
23
- - pip install tox tox-pyenv
23
+ - pip install " tox < 4.0"
24
24
- tox
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ phases:
20
20
commands :
21
21
- pyenv install 3.7.12
22
22
- pyenv local 3.7.12
23
- - pip install tox tox-pyenv
23
+ - pip install " tox < 4.0"
24
24
- tox
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ phases:
22
22
commands :
23
23
- pyenv install 3.8.12
24
24
- pyenv local 3.8.12
25
- - pip install tox tox-pyenv
25
+ - pip install " tox < 4.0"
26
26
- cd test_vector_handlers
27
27
- tox
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ phases:
20
20
commands :
21
21
- pyenv install 3.8.12
22
22
- pyenv local 3.8.12
23
- - pip install tox tox-pyenv
23
+ - pip install " tox < 4.0"
24
24
- tox
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ phases:
20
20
commands :
21
21
- pyenv install 3.8.12
22
22
- pyenv local 3.8.12
23
- - pip install tox tox-pyenv
23
+ - pip install " tox < 4.0"
24
24
- tox
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ phases:
22
22
commands :
23
23
- pyenv install 3.9.7
24
24
- pyenv local 3.9.7
25
- - pip install tox tox-pyenv
25
+ - pip install " tox < 4.0"
26
26
- cd test_vector_handlers
27
27
- tox
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ phases:
22
22
commands :
23
23
- pyenv install 3.9.7
24
24
- pyenv local 3.9.7
25
- - pip install tox tox-pyenv
25
+ - pip install " tox < 4.0"
26
26
- cd test_vector_handlers
27
27
- tox
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ phases:
22
22
commands :
23
23
- pyenv install 3.9.7
24
24
- pyenv local 3.9.7
25
- - pip install tox tox-pyenv
25
+ - pip install " tox < 4.0"
26
26
- cd test_vector_handlers
27
27
- tox
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ phases:
20
20
commands :
21
21
- pyenv install 3.9.7
22
22
- pyenv local 3.9.7
23
- - pip install tox tox-pyenv
23
+ - pip install " tox < 4.0"
24
24
- tox
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ phases:
20
20
commands :
21
21
- pyenv install 3.9.7
22
22
- pyenv local 3.9.7
23
- - pip install tox tox-pyenv
23
+ - pip install " tox < 4.0"
24
24
- tox
Original file line number Diff line number Diff line change 10
10
phases :
11
11
install :
12
12
commands :
13
- - pip install tox
13
+ - pip install " tox < 4.0"
14
14
- pip install --upgrade pip
15
15
runtime-versions :
16
16
python : latest
Original file line number Diff line number Diff line change 10
10
phases :
11
11
install :
12
12
commands :
13
- - pip install tox
13
+ - pip install " tox < 4.0"
14
14
- pip install --upgrade pip
15
15
runtime-versions :
16
16
python : latest
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 0.2
3
3
phases :
4
4
install :
5
5
commands :
6
- - pip install tox
6
+ - pip install " tox < 4.0"
7
7
runtime-versions :
8
8
python : latest
9
9
pre_build :
@@ -13,7 +13,7 @@ phases:
13
13
- sed -i "s/aws_encryption_sdk/aws_encryption_sdk==$VERSION/" requirements-dev.txt
14
14
- pyenv install 3.8.12
15
15
- pyenv local 3.8.12
16
- - pip install tox tox-pyenv
16
+ - pip install " tox < 4.0"
17
17
build :
18
18
commands :
19
19
- NUM_RETRIES=3
You can’t perform that action at this time.
0 commit comments