Skip to content

Commit 71ef5fa

Browse files
ci: Temporarily stop running litellm tests (#5851)
1 parent 4b6c63e commit 71ef5fa

File tree

5 files changed

+17
-36
lines changed

5 files changed

+17
-36
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ jobs:
6969
run: |
7070
set -x # print commands that are executed
7171
./scripts/runtox.sh "py${{ matrix.python-version }}-huggingface_hub"
72-
- name: Test litellm
73-
run: |
74-
set -x # print commands that are executed
75-
./scripts/runtox.sh "py${{ matrix.python-version }}-litellm"
7672
- name: Test openai-base
7773
run: |
7874
set -x # print commands that are executed

scripts/populate_tox/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,6 @@
230230
"package": "launchdarkly-server-sdk",
231231
"num_versions": 2,
232232
},
233-
"litellm": {
234-
"package": "litellm",
235-
},
236233
"litestar": {
237234
"package": "litestar",
238235
"deps": {

scripts/split_tox_gh_actions/split_tox_gh_actions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
"cohere",
8888
"google_genai",
8989
"huggingface_hub",
90-
"litellm",
9190
"openai-base",
9291
"openai-notiktoken",
9392
],

scripts/split_tox_gh_actions/templates/test_group.jinja

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,26 @@
4242
# Use Docker container only for Python 3.6
4343
{% raw %}container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}{% endraw %}
4444
steps:
45-
- uses: actions/checkout@v6.0.2
46-
- uses: actions/setup-python@v6
45+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4747
{% raw %}if: ${{ matrix.python-version != '3.6' }}{% endraw %}
4848
with:
4949
python-version: {% raw %}${{ matrix.python-version }}{% endraw %}
5050
allow-prereleases: true
5151

5252
{% if needs_clickhouse %}
5353
- name: "Setup ClickHouse Server"
54-
uses: getsentry/action-clickhouse-in-ci@v1.7
54+
uses: getsentry/action-clickhouse-in-ci@5dc8a6a50d689bd6051db0241f34849e5a36490b # v1.7
5555
{% endif %}
5656

5757
{% if needs_redis %}
5858
- name: Start Redis
59-
uses: supercharge/redis-github-action@v2
59+
uses: supercharge/redis-github-action@87f27ff1ab2d9e62db54b11ee5e7f78ff18f8933 # v2
6060
{% endif %}
6161

6262
{% if needs_java %}
6363
- name: Install Java
64-
uses: actions/setup-java@v5
64+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
6565
with:
6666
distribution: 'temurin'
6767
java-version: '21'
@@ -96,7 +96,7 @@
9696

9797
- name: Parse and Upload Coverage
9898
if: {% raw %}${{ !cancelled() }}{% endraw %}
99-
uses: getsentry/codecov-action@main
99+
uses: getsentry/codecov-action@fda17cfc37e16a0cc23f61685813390bfee7daf3 # main
100100
with:
101101
token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
102102
files: coverage.xml

tox.ini

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,6 @@ envlist =
124124
{py3.9,py3.13,py3.14,py3.14t}-huggingface_hub-v1.7.2
125125
{py3.9,py3.13,py3.14,py3.14t}-huggingface_hub-latest
126126

127-
{py3.9,py3.12,py3.13}-litellm-v1.77.7
128-
{py3.9,py3.12,py3.13}-litellm-v1.79.3
129-
{py3.9,py3.12,py3.13}-litellm-v1.81.16
130-
{py3.9,py3.12,py3.13}-litellm-v1.82.6
131-
{py3.9,py3.12,py3.13}-litellm-latest
132-
133127
{py3.8,py3.11,py3.12}-openai-base-v1.0.1
134128
{py3.8,py3.12,py3.13}-openai-base-v1.109.1
135129
{py3.9,py3.13,py3.14,py3.14t}-openai-base-v2.29.0
@@ -145,7 +139,7 @@ envlist =
145139
{py3.6,py3.7}-boto3-v1.12.49
146140
{py3.6,py3.9,py3.10}-boto3-v1.21.46
147141
{py3.7,py3.11,py3.12}-boto3-v1.33.13
148-
{py3.9,py3.13,py3.14,py3.14t}-boto3-v1.42.73
142+
{py3.9,py3.13,py3.14,py3.14t}-boto3-v1.42.74
149143
{py3.9,py3.13,py3.14,py3.14t}-boto3-latest
150144

151145
{py3.6,py3.7,py3.8}-chalice-v1.16.0
@@ -173,7 +167,7 @@ envlist =
173167
{py3.7,py3.10,py3.11}-redis-v4.6.0
174168
{py3.8,py3.11,py3.12}-redis-v5.3.1
175169
{py3.9,py3.12,py3.13}-redis-v6.4.0
176-
{py3.10,py3.13,py3.14,py3.14t}-redis-v7.3.0
170+
{py3.10,py3.13,py3.14,py3.14t}-redis-v7.4.0
177171
{py3.10,py3.13,py3.14,py3.14t}-redis-latest
178172

179173
{py3.6}-redis_py_cluster_legacy-v1.3.6
@@ -208,6 +202,7 @@ envlist =
208202
# ~~~ GraphQL ~~~
209203
{py3.8,py3.10,py3.11}-ariadne-v0.20.1
210204
{py3.10,py3.13,py3.14,py3.14t}-ariadne-v1.0.0
205+
{py3.10,py3.13,py3.14,py3.14t}-ariadne-v1.1.0a1
211206
{py3.10,py3.13,py3.14,py3.14t}-ariadne-latest
212207

213208
{py3.6,py3.9,py3.10}-gql-v3.4.1
@@ -303,7 +298,7 @@ envlist =
303298
{py3.6,py3.9,py3.10}-fastapi-v0.79.1
304299
{py3.7,py3.10,py3.11}-fastapi-v0.98.0
305300
{py3.8,py3.12,py3.13}-fastapi-v0.117.1
306-
{py3.10,py3.13,py3.14,py3.14t}-fastapi-v0.135.1
301+
{py3.10,py3.13,py3.14,py3.14t}-fastapi-v0.135.2
307302
{py3.10,py3.13,py3.14,py3.14t}-fastapi-latest
308303

309304

@@ -538,12 +533,6 @@ deps =
538533
huggingface_hub: responses
539534
huggingface_hub: pytest-httpx
540535

541-
litellm-v1.77.7: litellm==1.77.7
542-
litellm-v1.79.3: litellm==1.79.3
543-
litellm-v1.81.16: litellm==1.81.16
544-
litellm-v1.82.6: litellm==1.82.6
545-
litellm-latest: litellm==1.82.6
546-
547536
openai-base-v1.0.1: openai==1.0.1
548537
openai-base-v1.109.1: openai==1.109.1
549538
openai-base-v2.29.0: openai==2.29.0
@@ -564,8 +553,8 @@ deps =
564553
boto3-v1.12.49: boto3==1.12.49
565554
boto3-v1.21.46: boto3==1.21.46
566555
boto3-v1.33.13: boto3==1.33.13
567-
boto3-v1.42.73: boto3==1.42.73
568-
boto3-latest: boto3==1.42.73
556+
boto3-v1.42.74: boto3==1.42.74
557+
boto3-latest: boto3==1.42.74
569558
{py3.7,py3.8}-boto3: urllib3<2.0.0
570559

571560
chalice-v1.16.0: chalice==1.16.0
@@ -597,8 +586,8 @@ deps =
597586
redis-v4.6.0: redis==4.6.0
598587
redis-v5.3.1: redis==5.3.1
599588
redis-v6.4.0: redis==6.4.0
600-
redis-v7.3.0: redis==7.3.0
601-
redis-latest: redis==7.3.0
589+
redis-v7.4.0: redis==7.4.0
590+
redis-latest: redis==7.4.0
602591
redis: fakeredis!=1.7.4
603592
redis: pytest<8.0.0
604593
redis-v4.6.0: fakeredis<2.31.0
@@ -638,6 +627,7 @@ deps =
638627
# ~~~ GraphQL ~~~
639628
ariadne-v0.20.1: ariadne==0.20.1
640629
ariadne-v1.0.0: ariadne==1.0.0
630+
ariadne-v1.1.0a1: ariadne==1.1.0a1
641631
ariadne-latest: ariadne==1.0.0
642632
ariadne: fastapi
643633
ariadne: flask
@@ -803,8 +793,8 @@ deps =
803793
fastapi-v0.79.1: fastapi==0.79.1
804794
fastapi-v0.98.0: fastapi==0.98.0
805795
fastapi-v0.117.1: fastapi==0.117.1
806-
fastapi-v0.135.1: fastapi==0.135.1
807-
fastapi-latest: fastapi==0.135.1
796+
fastapi-v0.135.2: fastapi==0.135.2
797+
fastapi-latest: fastapi==0.135.2
808798
fastapi: httpx
809799
fastapi: pytest-asyncio
810800
fastapi: python-multipart
@@ -985,7 +975,6 @@ setenv =
985975
langchain-notiktoken: _TESTPATH=tests/integrations/langchain
986976
langgraph: _TESTPATH=tests/integrations/langgraph
987977
launchdarkly: _TESTPATH=tests/integrations/launchdarkly
988-
litellm: _TESTPATH=tests/integrations/litellm
989978
litestar: _TESTPATH=tests/integrations/litestar
990979
loguru: _TESTPATH=tests/integrations/loguru
991980
mcp: _TESTPATH=tests/integrations/mcp

0 commit comments

Comments
 (0)