Skip to content

Commit 1e6f25d

Browse files
committed
Merge branch 'potel-base-run-all-tests' of github.com:getsentry/sentry-python into potel-base-run-all-tests
2 parents be89aa6 + 3970ade commit 1e6f25d

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

.github/workflows/test-integrations-cloud.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: |
4949
coverage erase
5050
- name: Test aws_lambda latest
51+
if: ${{ !cancelled() }}
5152
run: |
5253
set -x # print commands that are executed
5354
./scripts/runtox.sh "py${{ matrix.python-version }}-aws_lambda-latest"
@@ -118,6 +119,7 @@ jobs:
118119
run: |
119120
coverage erase
120121
- name: Test aws_lambda pinned
122+
if: ${{ !cancelled() }}
121123
run: |
122124
set -x # print commands that are executed
123125
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-aws_lambda"

.github/workflows/test-integrations-flags.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,22 @@ jobs:
4444
run: |
4545
coverage erase
4646
- name: Test launchdarkly pinned
47+
if: ${{ !cancelled() }}
4748
run: |
4849
set -x # print commands that are executed
4950
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-launchdarkly"
5051
- name: Test openfeature pinned
52+
if: ${{ !cancelled() }}
5153
run: |
5254
set -x # print commands that are executed
5355
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-openfeature"
5456
- name: Test statsig pinned
57+
if: ${{ !cancelled() }}
5558
run: |
5659
set -x # print commands that are executed
5760
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-statsig"
5861
- name: Test unleash pinned
62+
if: ${{ !cancelled() }}
5963
run: |
6064
set -x # print commands that are executed
6165
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-unleash"

.github/workflows/test-integrations-gevent.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
run: |
4545
coverage erase
4646
- name: Test gevent pinned
47+
if: ${{ !cancelled() }}
4748
run: |
4849
set -x # print commands that are executed
4950
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-gevent"

.github/workflows/test-integrations-misc.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,11 @@ jobs:
4343
- name: Erase coverage
4444
run: |
4545
coverage erase
46-
- name: Test launchdarkly pinned
47-
if: ${{ !cancelled() }}
48-
run: |
49-
set -x # print commands that are executed
50-
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-launchdarkly"
5146
- name: Test loguru pinned
5247
if: ${{ !cancelled() }}
5348
run: |
5449
set -x # print commands that are executed
5550
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-loguru"
56-
- name: Test openfeature pinned
57-
if: ${{ !cancelled() }}
58-
run: |
59-
set -x # print commands that are executed
60-
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-openfeature"
6151
- name: Test opentelemetry pinned
6252
if: ${{ !cancelled() }}
6353
run: |
@@ -79,6 +69,7 @@ jobs:
7969
set -x # print commands that are executed
8070
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-trytond"
8171
- name: Test typer pinned
72+
if: ${{ !cancelled() }}
8273
run: |
8374
set -x # print commands that are executed
8475
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-typer"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-03-20T09:29:11.534740+00:00
13+
# Last generated: 2025-03-20T09:57:00.351955+00:00
1414

1515
[tox]
1616
requires =

0 commit comments

Comments
 (0)