8000 pin tox · getsentry/sentry-python@0b533f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b533f2

Browse files
committed
pin tox
1 parent 4076b54 commit 0b533f2

28 files changed

+28
-28
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test aiohttp
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test asgi
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test aws_lambda
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test beam
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test boto3
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test bottle
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test celery
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test chalice
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
PGHOST: localhost
6767
PGPASSWORD: sentry
6868
run: |
69-
pip install codecov tox
69+
pip install codecov "tox>=3,<4"
7070
7171
- name: Test django
7272
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test falcon
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test fastapi
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test flask
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test gcp
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test httpx
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test pure_eval
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test pymongo
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test pyramid
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test quart
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test redis
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test rediscluster
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test requests
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test rq
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test sanic
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test sqlalchemy
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test starlette
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test tornado
5555
env:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
PGHOST: localhost
5050
PGPASSWORD: sentry
5151
run: |
52-
pip install codecov tox
52+
pip install codecov "tox>=3,<4"
5353
5454
- name: Test trytond
5555
env:

scripts/split-tox-gh-actions/ci-yaml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
PGHOST: localhost
4343
PGPASSWORD: sentry
4444
run: |
45-
pip install codecov tox
45+
pip install codecov "tox>=3,<4"
4646

4747
- name: Test {{ framework }}
4848
env:

0 commit comments

Comments
 (0)
0