Skip to content

Commit 26bf68a

Browse files
authored
ci: Update CI (#370)
1 parent 1fc70d5 commit 26bf68a

29 files changed

+49
-35
lines changed

.github/workflows/ci_decrypt-oracle.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: actions/setup-python@v1
15+
- uses: actions/setup-python@v2
1616
with:
1717
# The oracle runs in a Python 3.6 Lamba
1818
python-version: 3.6

.github/workflows/ci_static-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- isort-check
2929
steps:
3030
- uses: actions/checkout@v2
31-
- uses: actions/setup-python@v1
31+
- uses: actions/setup-python@v2
3232
with:
3333
python-version: 3.8
3434
- run: |

.github/workflows/ci_test-vector-handler.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
aws-secret-access-key: ${{ secrets.INTEG_AWS_SECRET_ACCESS_KEY }}
4848
aws-region: us-west-2
4949
- uses: actions/checkout@v2
50-
- uses: actions/setup-python@v1
50+
- uses: actions/setup-python@v2
5151
with:
5252
python-version: ${{ matrix.python }}
5353
architecture: ${{ matrix.architecture }}

.github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
architecture: x86
5353
steps:
5454
- uses: actions/checkout@v2
55-
- uses: actions/setup-python@v1
55+
- uses: actions/setup-python@v2
5656
with:
5757
python-version: ${{ matrix.python }}
5858
architecture: ${{ matrix.architecture }}

codebuild/py35/awses_local.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pyenv install 3.5.9
24-
- pyenv local 3.5.9
23+
- pyenv install 3.5.10
24+
- pyenv local 3.5.10
2525
- pip install tox tox-pyenv
2626
- cd test_vector_handlers
2727
- tox

codebuild/py35/examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.5.9
22-
- pyenv local 3.5.9
21+
- pyenv install 3.5.10
22+
- pyenv local 3.5.10
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py35/integ.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.5.9
22-
- pyenv local 3.5.9
21+
- pyenv install 3.5.10
22+
- pyenv local 3.5.10
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py36/awses_local.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pip install tox
23+
- pyenv install 3.6.15
24+
- pyenv local 3.6.15
25+
- pip install tox tox-pyenv
2426
- cd test_vector_handlers
2527
- tox

codebuild/py36/examples.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pip install tox
21+
- pyenv install 3.6.15
22+
- pyenv local 3.6.15
23+
- pip install tox tox-pyenv
2224
- tox

codebuild/py36/integ.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pip install tox
21+
- pyenv install 3.6.15
22+
- pyenv local 3.6.15
23+
- pip install tox tox-pyenv
2224
- tox

codebuild/py37/awses_local.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pyenv install 3.7.9
24-
- pyenv local 3.7.9
23+
- pyenv install 3.7.12
24+
- pyenv local 3.7.12
2525
- pip install tox tox-pyenv
2626
- cd test_vector_handlers
2727
- tox

codebuild/py37/examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.7.9
22-
- pyenv local 3.7.9
21+
- pyenv install 3.7.12
22+
- pyenv local 3.7.12
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py37/integ.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.7.9
22-
- pyenv local 3.7.9
21+
- pyenv install 3.7.12
22+
- pyenv local 3.7.12
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py38/awses_local.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pyenv install 3.8.6
24-
- pyenv local 3.8.6
23+
- pyenv install 3.8.12
24+
- pyenv local 3.8.12
2525
- pip install tox tox-pyenv
2626
- cd test_vector_handlers
2727
- tox

codebuild/py38/examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.8.6
22-
- pyenv local 3.8.6
21+
- pyenv install 3.8.12
22+
- pyenv local 3.8.12
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py38/integ.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.8.6
22-
- pyenv local 3.8.6
21+
- pyenv install 3.8.12
22+
- pyenv local 3.8.12
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py39/awses_1.7.1.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pyenv install 3.9.0
24-
- pyenv local 3.9.0
23+
- pyenv install 3.9.7
24+
- pyenv local 3.9.7
2525
- pip install tox tox-pyenv
2626
- cd test_vector_handlers
2727
- tox

codebuild/py39/awses_2.0.0.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pyenv install 3.9.0
24-
- pyenv local 3.9.0
23+
- pyenv install 3.9.7
24+
- pyenv local 3.9.7
2525
- pip install tox tox-pyenv
2626
- cd test_vector_handlers
2727
- tox

codebuild/py39/awses_latest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ phases:
2020
python: latest
2121
build:
2222
commands:
23-
- pyenv install 3.9.0
24-
- pyenv local 3.9.0
23+
- pyenv install 3.9.7
24+
- pyenv local 3.9.7
2525
- pip install tox tox-pyenv
2626
- cd test_vector_handlers
2727
- tox

codebuild/py39/examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.9.0
22-
- pyenv local 3.9.0
21+
- pyenv install 3.9.7
22+
- pyenv local 3.9.7
2323
- pip install tox tox-pyenv
2424
- tox

codebuild/py39/integ.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ phases:
1818
python: latest
1919
build:
2020
commands:
21-
- pyenv install 3.9.0
22-
- pyenv local 3.9.0
21+
- pyenv install 3.9.7
22+
- pyenv local 3.9.7
2323
- pip install tox tox-pyenv
2424
- tox

decrypt_oracle/src/pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
disable =
44
bad-continuation, # we let black handle this
55
ungrouped-imports, # we let isort handle this
6+
consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
67

78
[FORMAT]
89
max-line-length = 120

decrypt_oracle/test/pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ disable =
55
missing-docstring, # we don't write docstrings for tests
66
bad-continuation, # we let black handle this
77
ungrouped-imports, # we let isort handle this
8+
consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
89

910
[FORMAT]
1011
max-line-length = 120

examples/src/pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ disable =
1414
attribute-defined-outside-init, # breaks with attrs_post_init
1515
abstract-method, # throws false positives on io.BaseIO grandchildren
1616
redefined-outer-name, # we do this on purpose in multiple places
17+
consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
1718

1819
[BASIC]
1920
# Allow function names up to 50 characters

examples/test/pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ disable =
77
# unknown modules as non-standard-library. flake8 tests for this as well
88
# and does treat them properly
99
duplicate-code, # tests for similar things tend to be similar
10+
consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
1011

1112
[VARIABLES]
1213
additional-builtins = raw_input

src/pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ disable =
1414
useless-object-inheritance,
1515
raise-missing-from,
1616
super-with-arguments,
17+
consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
1718

1819
[BASIC]
1920
# Allow function names up to 50 characters

test/pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ disable =
2222
useless-object-inheritance,
2323
raise-missing-from,
2424
super-with-arguments,
25+
consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
2526

2627
[VARIABLES]
2728
additional-builtins = raw_input

test_vector_handlers/src/pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ disable =
88
useless-object-inheritance,
99
raise-missing-from,
1010
super-with-arguments,
11+
consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
1112

1213
[FORMAT]
1314
max-line-length = 120

test_vector_handlers/test/pylintrc

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ disable =
1111
useless-object-inheritance,
1212
raise-missing-from,
1313
super-with-arguments,
14+
consider-using-f-string # disable until 2022-05-05; 6 months after 3.5 deprecation
1415

1516
[FORMAT]
1617
max-line-length = 120

0 commit comments

Comments
 (0)