Skip to content

Commit eb0db0a

Browse files
authored
Tox Cleanup (#1749)
* Removed dead code from runtox shell script * Removed unused CI_PYTHON_VERSION
1 parent dd26fbe commit eb0db0a

31 files changed

+51
-95
lines changed

.github/workflows/test-common.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ jobs:
5959
pip install codecov tox
6060
6161
- name: Run Tests
62-
env:
63-
CI_PYTHON_VERSION: ${{ matrix.python-version }}
6462
timeout-minutes: 45
6563
shell: bash
6664
run: |

.github/workflows/test-integration-aiohttp.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
pip install codecov "tox>=3,<4"
5050
5151
- name: Test aiohttp
52-
env:
53-
CI_PYTHON_VERSION: ${{ matrix.python-version }}
5452
timeout-minutes: 45
5553
shell: bash
5654
run: |

.github/workflows/test-integration-asgi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
pip install codecov "tox>=3,<4"
5050
5151
- name: Test asgi
52-
env:
53-
CI_PYTHON_VERSION: ${{ matrix.python-version }}
5452
timeout-minutes: 45
5553
shell: bash
5654
run: |

.github/workflows/test-integration-aws_lambda.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
pip install codecov "tox>=3,<4"
5050
5151
- name: Test aws_lambda
52-
env:
53-
CI_PYTHON_VERSION: ${{ matrix.python-version }}
5452
timeout-minutes: 45
5553
shell: bash
5654
run: |

.github/workflows/test-integration-beam.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
pip install codecov "tox>=3,<4"
5050
5151
- name: Test beam
52-
env:
53-
CI_PYTHON_VERSION: ${{ matrix.python-version }}
5452
timeout-minutes: 45
5553
shell: bash
5654
run: |

.github/workflows/test-integration-boto3.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
pip install codecov "tox>=3,<4"
5050
5151
- name: Test boto3
52-
env:
53-
CI_PYTHON_VERSION: ${{ matrix.python-version }}
5452
timeout-minutes: 45
5553
shell: bash
5654
run: |

.github/workflows/test-integration-bottle.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
pip install codecov "tox>=3,<4"
5050
5151
- name: Test bottle
52-
env:
53-
CI_PYTHON_VERSION: ${{ matrix.python-version }}
5452
timeout-minutes: 45
5553
shell: bash
5654
run: |

.github/workflows/test-integration-celery.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
pip install codecov "tox>=3,<4"
5050
5151
- name: Test celery
52-
env:
53-
CI_PYTHON_VERSION: ${{ matrix.python-version }}
5452
timeout-minutes: 45
5553
shell: bash
5654
run: |

.github/workflows/test-integration-chalice.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ jobs:
4949
pip install codecov "tox>=3,<4"
5050
5151
- name: Test chalice
52-
env:
53-
CI_PYTHON_VERSION: ${{ matrix.python-version }}
5452
timeout-minutes: 45
5553
shell: bash
5654
run: |

.github/workflows/test-integration-django.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
pip install codecov "tox>=3,<4"
6767
6868
- name: Test django
69-
env:
70-
CI_PYTHON_VERSION: ${{ matrix.python-version }}
7169
timeout-minutes: 45
7270
shell: bash
7371
run: |

0 commit comments

Comments
 (0)