Skip to content

Commit fbf43bd

Browse files
authored
toxgen: Add huey (#4298)
1 parent 12b3414 commit fbf43bd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

scripts/populate_tox/populate_tox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"fastapi",
7979
"gcp",
8080
"httpx",
81-
"huey",
8281
"huggingface_hub",
8382
"langchain",
8483
"langchain_notiktoken",

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-04-15T10:30:18.609730+00:00
13+
# Last generated: 2025-04-15T11:48:52.985806+00:00
1414

1515
[tox]
1616
requires =
@@ -223,6 +223,11 @@ envlist =
223223
{py3.7,py3.10,py3.11}-dramatiq-v1.15.0
224224
{py3.8,py3.12,py3.13}-dramatiq-v1.17.1
225225

226+
{py3.6,py3.7}-huey-v2.1.3
227+
{py3.6,py3.7}-huey-v2.2.0
228+
{py3.6,py3.7}-huey-v2.3.2
229+
{py3.6,py3.11,py3.12}-huey-v2.5.3
230+
226231
{py3.8,py3.9}-spark-v3.0.3
227232
{py3.8,py3.9}-spark-v3.2.4
228233
{py3.8,py3.10,py3.11}-spark-v3.4.4
@@ -607,6 +612,11 @@ deps =
607612
dramatiq-v1.15.0: dramatiq==1.15.0
608613
dramatiq-v1.17.1: dramatiq==1.17.1
609614

615+
huey-v2.1.3: huey==2.1.3
616+
huey-v2.2.0: huey==2.2.0
617+
huey-v2.3.2: huey==2.3.2
618+
huey-v2.5.3: huey==2.5.3
619+
610620
spark-v3.0.3: pyspark==3.0.3
611621
spark-v3.2.4: pyspark==3.2.4
612622
spark-v3.4.4: pyspark==3.4.4

0 commit comments

Comments
 (0)