mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-07-13 15:14:50 -06:00
Copybara import of the project:
-- 005028831b2e0873414db62af9ec02ef47a670d2 by Wei Sun (Jack) <weisun@google.com>: Excludes tests/unittests/tools/application_integration_tool/clients/test_connections_client.py from python-unit-tests.yml -- 42ed38ff814f1a4811468d78cf1872869279919d by Wei Sun (Jack) <weisun@google.com>: reorder skipped tests in python-unit-tests.yml COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/368 from google:fix-unittests 42ed38ff814f1a4811468d78cf1872869279919d PiperOrigin-RevId: 750782234
This commit is contained in:
parent
ca993277de
commit
e6109b1dd6
6
.github/workflows/python-unit-tests.yml
vendored
6
.github/workflows/python-unit-tests.yml
vendored
@ -35,5 +35,7 @@ jobs:
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
pytest tests/unittests \
|
||||
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \
|
||||
--ignore=tests/unittests/artifacts/test_artifact_service.py
|
||||
--ignore=tests/unittests/artifacts/test_artifact_service.py \
|
||||
--ignore=tests/unittests/tools/application_integration_tool/clients/test_connections_client.py \
|
||||
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user