Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Jun 24, 2024
1 parent c5bbe21 commit 1515d5a
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-integrations-aws-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-integrations-cloud-computing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down Expand Up @@ -87,7 +86,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-integrations-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-integrations-data-processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: supercharge/redis-github-action@1.7.0
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down Expand Up @@ -115,7 +114,6 @@ jobs:
uses: supercharge/redis-github-action@1.7.0
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-integrations-databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
- uses: getsentry/action-clickhouse-in-ci@v1
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down Expand Up @@ -133,7 +132,6 @@ jobs:
- uses: getsentry/action-clickhouse-in-ci@v1
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-integrations-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down Expand Up @@ -87,7 +86,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-integrations-miscellaneous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down Expand Up @@ -87,7 +86,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-integrations-networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down Expand Up @@ -87,7 +86,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-integrations-web-frameworks-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down Expand Up @@ -123,7 +122,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-integrations-web-frameworks-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down Expand Up @@ -107,7 +106,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion scripts/runtox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ if [ -z "${ENV}" ]; then
exit 0
fi

exec $TOXPATH -r -p auto -o -e "$ENV" -- "${@:2}"
exec $TOXPATH -p auto -o -e "$ENV" -- "${@:2}"
1 change: 0 additions & 1 deletion scripts/split-tox-gh-actions/templates/test_group.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@

- name: Setup Test Env
run: |
pip install "virtualenv<20.26.3"
pip install coverage tox

- name: Erase coverage
Expand Down

0 comments on commit 1515d5a

Please sign in to comment.