File tree Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 : |
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"
Original file line number Diff line number Diff line change 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]
1616requires =
You can’t perform that action at this time.
0 commit comments