@@ -17,7 +17,6 @@ commands =
1717 coverage run -a -m unittest discover -v ./ext/dapr-ext-fastapi/tests
1818 coverage run -a -m unittest discover -v ./ext/dapr-ext-langgraph/tests
1919 coverage run -a -m unittest discover -v ./ext/dapr-ext-strands/tests
20- coverage run -a -m unittest discover -v ./ext/dapr-ext-crewai/tests
2120 coverage run -a -m unittest discover -v ./ext/flask_dapr/tests
2221 coverage xml
2322commands_pre =
@@ -27,7 +26,6 @@ commands_pre =
2726 pip3 install -e {toxinidir}/ext/dapr-ext-fastapi/
2827 pip3 install -e {toxinidir}/ext/dapr-ext-langgraph/
2928 pip3 install -e {toxinidir}/ext/dapr-ext-strands/
30- pip3 install -e {toxinidir}/ext/dapr-ext-crewai/
3129 pip3 install -e {toxinidir}/ext/flask_dapr/
3230
3331[testenv:ruff]
@@ -74,7 +72,6 @@ commands_pre =
7472 pip3 install -e {toxinidir}/ext/dapr-ext-fastapi/
7573 pip3 install -e {toxinidir}/ext/dapr-ext-langgraph/
7674 pip3 install -e {toxinidir}/ext/dapr-ext-strands/
77- pip3 install -e {toxinidir}/ext/dapr-ext-crewai/
7875allowlist_externals =*
7976
8077[testenv:example-component]
@@ -96,7 +93,6 @@ commands_pre =
9693 pip3 install -e {toxinidir}/ext/dapr-ext-fastapi/
9794 pip3 install -e {toxinidir}/ext/dapr-ext-langgraph/
9895 pip3 install -e {toxinidir}/ext/dapr-ext-strands/
99- pip3 install -e {toxinidir}/ext/dapr-ext-crewai/
10096allowlist_externals =*
10197
10298[testenv:type]
@@ -112,6 +108,15 @@ commands_pre =
112108 pip3 install -e {toxinidir}/ext/dapr-ext-fastapi/
113109 pip3 install -e {toxinidir}/ext/dapr-ext-langgraph/
114110 pip3 install -e {toxinidir}/ext/dapr-ext-strands/
111+
112+ [testenv:crewai]
113+ basepython = python3
114+ usedevelop = False
115+ commands =
116+ python -m unittest discover -v ./ext/dapr-ext-crewai/tests
117+ commands_pre =
118+ pip3 install -e {toxinidir}/
119+ pip3 install -e {toxinidir}/ext/dapr-ext-workflow/
115120 pip3 install -e {toxinidir}/ext/dapr-ext-crewai/
116121
117122[testenv:doc]
0 commit comments