Skip to content

Commit a254210

Browse files
committed
tests: Move ray under toxgen
1 parent 4329383 commit a254210

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

scripts/populate_tox/config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@
250250
"py3.8": ["taskgroup==0.0.0a4"],
251251
},
252252
},
253+
"ray": {
254+
"package": "ray",
255+
},
253256
"redis_py_cluster_legacy": {
254257
"package": "redis-py-cluster",
255258
},

scripts/populate_tox/populate_tox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
"gcp",
7272
"httpx",
7373
"pure_eval",
74-
"ray",
7574
"redis",
7675
"requests",
7776
"rq",

tox.ini

Lines changed: 11 additions & 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-09-17T07:20:17.058541+00:00
13+
# Last generated: 2025-09-17T12:17:12.035548+00:00
1414

1515
[tox]
1616
requires =
@@ -245,6 +245,11 @@ envlist =
245245
{py3.6,py3.7}-huey-v2.3.2
246246
{py3.6,py3.11,py3.12}-huey-v2.5.3
247247

248+
{py3.7,py3.9,py3.10}-ray-v2.7.2
249+
{py3.8,py3.10,py3.11}-ray-v2.24.0
250+
{py3.9,py3.11,py3.12}-ray-v2.39.0
251+
{py3.9,py3.12,py3.13}-ray-v2.49.1
252+
248253
{py3.8,py3.9}-spark-v3.0.3
249254
{py3.8,py3.10,py3.11}-spark-v3.5.6
250255
{py3.9,py3.12,py3.13}-spark-v4.0.1
@@ -655,6 +660,11 @@ deps =
655660
huey-v2.3.2: huey==2.3.2
656661
huey-v2.5.3: huey==2.5.3
657662

663+
ray-v2.7.2: ray==2.7.2
664+
ray-v2.24.0: ray==2.24.0
665+
ray-v2.39.0: ray==2.39.0
666+
ray-v2.49.1: ray==2.49.1
667+
658668
spark-v3.0.3: pyspark==3.0.3
659669
spark-v3.5.6: pyspark==3.5.6
660670
spark-v4.0.1: pyspark==4.0.1

0 commit comments

Comments
 (0)