8000 Copybara import of the project: · JCRCS/adk-python@e6109b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit e6109b1

Browse files
Jacksunweicopybara-github
authored andcommitted
Copybara import of the project:
-- 0050288 by Wei Sun (Jack) <weisun@google.com>: Excludes tests/unittests/tools/application_integration_tool/clients/test_connections_client.py from python-unit-tests.yml -- 42ed38f by Wei Sun (Jack) <weisun@google.com>: reorder skipped tests in python-unit-tests.yml COPYBARA_INTEGRATE_REVIEW=google#368 from google:fix-unittests 42ed38f PiperOrigin-RevId: 750782234
1 parent ca99327 commit e6109b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-unit-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ jobs:
3535
run: |
3636
source .venv/bin/activate
3737
pytest tests/unittests \
38-
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \
39-
--ignore=tests/unittests/artifacts/test_artifact_service.py
38+
--ignore=tests/unittests/artifacts/test_artifact_service.py \
39+
--ignore=tests/unittests/tools/application_integration_tool/clients/test_connections_client.py \
40+
--ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py
41+

0 commit comments

Comments
 (0)
0