Skip to content

Commit b37519b

Browse files
committed
try
1 parent ef0af89 commit b37519b

File tree

4 files changed

+22
-11
lines changed

4 files changed

+22
-11
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
"pytest-asyncio",
300300
"werkzeug",
301301
],
302-
"<=0.16": [
302+
"<=0.18": [
303303
"blinker<1.6",
304304
"jinja2<3.1.0",
305305
"Werkzeug<2.1.0",

scripts/populate_tox/populate_tox.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"opentelemetry",
7474
"potel",
7575
"pure_eval",
76+
"ray",
7677
"redis",
7778
"redis_py_cluster_legacy",
7879
"requests",

scripts/populate_tox/tox.jinja

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ envlist =
153153
# pure_eval
154154
{py3.6,py3.12,py3.13}-pure_eval
155155

156+
# Ray
157+
{py3.10,py3.11}-ray-v{2.34}
158+
{py3.10,py3.11}-ray-latest
159+
156160
# Redis
157161
{py3.6,py3.8}-redis-v{3}
158162
{py3.7,py3.8,py3.11}-redis-v{4}
@@ -457,6 +461,10 @@ deps =
457461
# pure_eval
458462
pure_eval: pure_eval
459463
464+
# Ray
465+
ray-v2.34: ray~=2.34.0
466+
ray-latest: ray
467+
460468
# Redis
461469
redis: fakeredis!=1.7.4
462470
redis: pytest<8.0.0

tox.ini

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@ envlist =
153153
# pure_eval
154154
{py3.6,py3.12,py3.13}-pure_eval
155155

156+
# Ray
157+
{py3.10,py3.11}-ray-v{2.34}
158+
{py3.10,py3.11}-ray-latest
159+
156160
# Redis
157161
{py3.6,py3.8}-redis-v{3}
158162
{py3.7,py3.8,py3.11}-redis-v{4}
@@ -273,11 +277,6 @@ envlist =
273277
{py3.6,py3.10,py3.11}-huey-v2.4.5
274278
{py3.6,py3.11,py3.12}-huey-v2.5.2
275279

276-
{py3.7,py3.9,py3.10}-ray-v2.7.2
277-
{py3.8,py3.10,py3.11}-ray-v2.21.0
278-
{py3.8,py3.10,py3.11}-ray-v2.33.0
279-
{py3.9,py3.11,py3.12}-ray-v2.40.0
280-
281280

282281
# ~~~ Web 1 ~~~
283282
{py3.6,py3.7,py3.8}-flask-v1.1.4
@@ -523,6 +522,10 @@ deps =
523522
# pure_eval
524523
pure_eval: pure_eval
525524

525+
# Ray
526+
ray-v2.34: ray~=2.34.0
527+
ray-latest: ray
528+
526529
# Redis
527530
redis: fakeredis!=1.7.4
528531
redis: pytest<8.0.0
@@ -701,11 +704,6 @@ deps =
701704
huey-v2.4.5: huey==2.4.5
702705
huey-v2.5.2: huey==2.5.2
703706

704-
ray-v2.7.2: ray==2.7.2
705-
ray-v2.21.0: ray==2.21.0
706-
ray-v2.33.0: ray==2.33.0
707-
ray-v2.40.0: ray==2.40.0
708-
709707

710708
# ~~~ Web 1 ~~~
711709
flask-v1.1.4: flask==1.1.4
@@ -746,6 +744,10 @@ deps =
746744
quart-v0.14.1: jinja2<3.1.0
747745
quart-v0.14.1: Werkzeug<2.1.0
748746
quart-v0.14.1: hypercorn<0.15.0
747+
quart-v0.17.0: blinker<1.6
748+
quart-v0.17.0: jinja2<3.1.0
749+
quart-v0.17.0: Werkzeug<2.1.0
750+
quart-v0.17.0: hypercorn<0.15.0
749751
py3.8-quart: taskgroup==0.0.0a4
750752

751753

0 commit comments

Comments
 (0)