Skip to content

Commit 3edf360

Browse files
committed
test: include all distributions to rests
1 parent f614761 commit 3edf360

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,15 @@ kafka = [
6161

6262
# local dev
6363
test = [
64+
"taskiq-faststream[nats]",
65+
"taskiq-faststream[rabbit]",
66+
"taskiq-faststream[kafka]",
67+
6468
"coverage[toml]>=7.2.0,<8.0.0",
6569
"pytest==7.4.3",
6670
]
6771

6872
dev = [
69-
"taskiq-faststream[nats]",
70-
"taskiq-faststream[rabbit]",
71-
"taskiq-faststream[kafka]",
7273
"taskiq-faststream[test]",
7374

7475
"mypy==1.7.0",

0 commit comments

Comments
 (0)