From 0b533f2b2fb7196635239a9a8b5c3b06a20f4ba5 Mon Sep 17 00:00:00 2001 From: Tony Xiao Date: Mon, 12 Dec 2022 15:59:46 -0500 Subject: [PATCH] pin tox --- .github/workflows/test-integration-aiohttp.yml | 2 +- .github/workflows/test-integration-asgi.yml | 2 +- .github/workflows/test-integration-aws_lambda.yml | 2 +- .github/workflows/test-integration-beam.yml | 2 +- .github/workflows/test-integration-boto3.yml | 2 +- .github/workflows/test-integration-bottle.yml | 2 +- .github/workflows/test-integration-celery.yml | 2 +- .github/workflows/test-integration-chalice.yml | 2 +- .github/workflows/test-integration-django.yml | 2 +- .github/workflows/test-integration-falcon.yml | 2 +- .github/workflows/test-integration-fastapi.yml | 2 +- .github/workflows/test-integration-flask.yml | 2 +- .github/workflows/test-integration-gcp.yml | 2 +- .github/workflows/test-integration-httpx.yml | 2 +- .github/workflows/test-integration-pure_eval.yml | 2 +- .github/workflows/test-integration-pymongo.yml | 2 +- .github/workflows/test-integration-pyramid.yml | 2 +- .github/workflows/test-integration-quart.yml | 2 +- .github/workflows/test-integration-redis.yml | 2 +- .github/workflows/test-integration-rediscluster.yml | 2 +- .github/workflows/test-integration-requests.yml | 2 +- .github/workflows/test-integration-rq.yml | 2 +- .github/workflows/test-integration-sanic.yml | 2 +- .github/workflows/test-integration-sqlalchemy.yml | 2 +- .github/workflows/test-integration-starlette.yml | 2 +- .github/workflows/test-integration-tornado.yml | 2 +- .github/workflows/test-integration-trytond.yml | 2 +- scripts/split-tox-gh-actions/ci-yaml.txt | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/test-integration-aiohttp.yml b/.github/workflows/test-integration-aiohttp.yml index aee8601297..d4fa4bd7da 100644 --- a/.github/workflows/test-integration-aiohttp.yml +++ b/.github/workflows/test-integration-aiohttp.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test aiohttp env: diff --git a/.github/workflows/test-integration-asgi.yml b/.github/workflows/test-integration-asgi.yml index d8295ebd2e..d0e88679d0 100644 --- a/.github/workflows/test-integration-asgi.yml +++ b/.github/workflows/test-integration-asgi.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test asgi env: diff --git a/.github/workflows/test-integration-aws_lambda.yml b/.github/workflows/test-integration-aws_lambda.yml index 7a12f8c597..5ce8a81cd2 100644 --- a/.github/workflows/test-integration-aws_lambda.yml +++ b/.github/workflows/test-integration-aws_lambda.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test aws_lambda env: diff --git a/.github/workflows/test-integration-beam.yml b/.github/workflows/test-integration-beam.yml index 5dd45c0293..81f98ef9a5 100644 --- a/.github/workflows/test-integration-beam.yml +++ b/.github/workflows/test-integration-beam.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test beam env: diff --git a/.github/workflows/test-integration-boto3.yml b/.github/workflows/test-integration-boto3.yml index 0194f024c4..009f2fc676 100644 --- a/.github/workflows/test-integration-boto3.yml +++ b/.github/workflows/test-integration-boto3.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test boto3 env: diff --git a/.github/workflows/test-integration-bottle.yml b/.github/workflows/test-integration-bottle.yml index 13745734df..b7a79150e4 100644 --- a/.github/workflows/test-integration-bottle.yml +++ b/.github/workflows/test-integration-bottle.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test bottle env: diff --git a/.github/workflows/test-integration-celery.yml b/.github/workflows/test-integration-celery.yml index e3e427d197..73c1ecf1bd 100644 --- a/.github/workflows/test-integration-celery.yml +++ b/.github/workflows/test-integration-celery.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test celery env: diff --git a/.github/workflows/test-integration-chalice.yml b/.github/workflows/test-integration-chalice.yml index 60bf1f443b..45296431e7 100644 --- a/.github/workflows/test-integration-chalice.yml +++ b/.github/workflows/test-integration-chalice.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test chalice env: diff --git a/.github/workflows/test-integration-django.yml b/.github/workflows/test-integration-django.yml index a024566d97..e9ab276164 100644 --- a/.github/workflows/test-integration-django.yml +++ b/.github/workflows/test-integration-django.yml @@ -66,7 +66,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test django env: diff --git a/.github/workflows/test-integration-falcon.yml b/.github/workflows/test-integration-falcon.yml index 44592b5ed0..1d3ece41a2 100644 --- a/.github/workflows/test-integration-falcon.yml +++ b/.github/workflows/test-integration-falcon.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test falcon env: diff --git a/.github/workflows/test-integration-fastapi.yml b/.github/workflows/test-integration-fastapi.yml index be9e3be246..30c249e028 100644 --- a/.github/workflows/test-integration-fastapi.yml +++ b/.github/workflows/test-integration-fastapi.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test fastapi env: diff --git a/.github/workflows/test-integration-flask.yml b/.github/workflows/test-integration-flask.yml index 6a3162b079..81ca3bafb0 100644 --- a/.github/workflows/test-integration-flask.yml +++ b/.github/workflows/test-integration-flask.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test flask env: diff --git a/.github/workflows/test-integration-gcp.yml b/.github/workflows/test-integration-gcp.yml index cb7227c0cf..dce3b4470a 100644 --- a/.github/workflows/test-integration-gcp.yml +++ b/.github/workflows/test-integration-gcp.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test gcp env: diff --git a/.github/workflows/test-integration-httpx.yml b/.github/workflows/test-integration-httpx.yml index 5590ed829d..ccdf5a8239 100644 --- a/.github/workflows/test-integration-httpx.yml +++ b/.github/workflows/test-integration-httpx.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test httpx env: diff --git a/.github/workflows/test-integration-pure_eval.yml b/.github/workflows/test-integration-pure_eval.yml index e179273a80..d915a86a75 100644 --- a/.github/workflows/test-integration-pure_eval.yml +++ b/.github/workflows/test-integration-pure_eval.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test pure_eval env: diff --git a/.github/workflows/test-integration-pymongo.yml b/.github/workflows/test-integration-pymongo.yml index a464b5af5a..95d81cce75 100644 --- a/.github/workflows/test-integration-pymongo.yml +++ b/.github/workflows/test-integration-pymongo.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test pymongo env: diff --git a/.github/workflows/test-integration-pyramid.yml b/.github/workflows/test-integration-pyramid.yml index 6bbc047fa1..97ce9e2fee 100644 --- a/.github/workflows/test-integration-pyramid.yml +++ b/.github/workflows/test-integration-pyramid.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test pyramid env: diff --git a/.github/workflows/test-integration-quart.yml b/.github/workflows/test-integration-quart.yml index 354a29524f..c6a1efe3f3 100644 --- a/.github/workflows/test-integration-quart.yml +++ b/.github/workflows/test-integration-quart.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test quart env: diff --git a/.github/workflows/test-integration-redis.yml b/.github/workflows/test-integration-redis.yml index 4c61803cbe..ffd0a15388 100644 --- a/.github/workflows/test-integration-redis.yml +++ b/.github/workflows/test-integration-redis.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test redis env: diff --git a/.github/workflows/test-integration-rediscluster.yml b/.github/workflows/test-integration-rediscluster.yml index 8ea4ebfe5c..0d94dcd65f 100644 --- a/.github/workflows/test-integration-rediscluster.yml +++ b/.github/workflows/test-integration-rediscluster.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test rediscluster env: diff --git a/.github/workflows/test-integration-requests.yml b/.github/workflows/test-integration-requests.yml index 3ee94dfa7f..4ec680106b 100644 --- a/.github/workflows/test-integration-requests.yml +++ b/.github/workflows/test-integration-requests.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test requests env: diff --git a/.github/workflows/test-integration-rq.yml b/.github/workflows/test-integration-rq.yml index db9d0c08ca..fe3c01ade3 100644 --- a/.github/workflows/test-integration-rq.yml +++ b/.github/workflows/test-integration-rq.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test rq env: diff --git a/.github/workflows/test-integration-sanic.yml b/.github/workflows/test-integration-sanic.yml index ffbbbc9d80..ec44401aa8 100644 --- a/.github/workflows/test-integration-sanic.yml +++ b/.github/workflows/test-integration-sanic.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test sanic env: diff --git a/.github/workflows/test-integration-sqlalchemy.yml b/.github/workflows/test-integration-sqlalchemy.yml index ce9050457f..cbf24243cb 100644 --- a/.github/workflows/test-integration-sqlalchemy.yml +++ b/.github/workflows/test-integration-sqlalchemy.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test sqlalchemy env: diff --git a/.github/workflows/test-integration-starlette.yml b/.github/workflows/test-integration-starlette.yml index 13fa24066c..f1823f3f6a 100644 --- a/.github/workflows/test-integration-starlette.yml +++ b/.github/workflows/test-integration-starlette.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test starlette env: diff --git a/.github/workflows/test-integration-tornado.yml b/.github/workflows/test-integration-tornado.yml index 9d8057ab8f..58a2d3eafb 100644 --- a/.github/workflows/test-integration-tornado.yml +++ b/.github/workflows/test-integration-tornado.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test tornado env: diff --git a/.github/workflows/test-integration-trytond.yml b/.github/workflows/test-integration-trytond.yml index ef7d6b41d1..ff95203f56 100644 --- a/.github/workflows/test-integration-trytond.yml +++ b/.github/workflows/test-integration-trytond.yml @@ -49,7 +49,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test trytond env: diff --git a/scripts/split-tox-gh-actions/ci-yaml.txt b/scripts/split-tox-gh-actions/ci-yaml.txt index 2e14cb5062..6643f60398 100644 --- a/scripts/split-tox-gh-actions/ci-yaml.txt +++ b/scripts/split-tox-gh-actions/ci-yaml.txt @@ -42,7 +42,7 @@ jobs: PGHOST: localhost PGPASSWORD: sentry run: | - pip install codecov tox + pip install codecov "tox>=3,<4" - name: Test {{ framework }} env: