Skip to content

CATHLEENANNTICO - #7037

Open
kerrrang9214-tech wants to merge 8 commits into
google:mainfrom
kerrrang9214-tech:main
Open

CATHLEENANNTICO #7037
kerrrang9214-tech wants to merge 8 commits into
google:mainfrom
kerrrang9214-tech:main

Conversation

@kerrrang9214-tech

@kerrrang9214-tech kerrrang9214-tech commented Sep 7, 2026

Copy link
Copy Markdown

Please ensure you have read the contribution guide before creating a pull request.

Link to Issue or Description of Change

1. Link to an existing issue (if applicable):

  • Closes: #issue_number
  • Related: #issue_number

2. Or, if no issue exists, describe the change:

If applicable, please follow the issue templates to provide as much detail as
possible.

Problem:
A clear and concise description of what the problem is.

Solution:
A clear and concise description of what you want to happen and why you choose
this solution.

Testing Plan

Please describe the tests that you ran to verify your changes. This is required
for all PRs that are not small documentation or typo fixes.

Unit Tests:

  • I have added or updated unit tests for my change.
  • All unit tests pass locally.

Please include a summary of passed pytest results.

Manual End-to-End (E2E) Tests:

Please provide instructions on how to manually test your changes, including any
necessary setup or configuration. Please provide logs or screenshots to help
reviewers better understand the fix.

Checklist

  • I have read the CONTRIBUTING.md document.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have manually tested my changes end-to-end.
  • Any dependent changes have been merged and published in downstream modules.

Additional context

Add any other context or screenshots about the feature request here.

kerrrang9214-tech and others added 8 commits May 9, 2026 03:35
This workflow installs Python dependencies, runs tests, and lints code with multiple Python versions.
…ai test

pytest 9.1 changed the default exc_type of importorskip from ImportError
to ModuleNotFoundError. crewai_tool.py re-raises the ModuleNotFoundError as
a plain ImportError, which pytest 9.1+ no longer catches by default, causing
a collection error instead of a skip.

Pass exc_type=ImportError explicitly so the module is properly skipped when
crewai is not installed. Also fix the misleading skip reason.
…ub-actions-job-sync

fix(ci): use github.token fallback in pr-triage workflow when ADK_TRIAGE_AGENT secret is unset
This workflow file sets up CodeQL analysis for various programming languages on push and pull request events to the main branch, as well as on a scheduled basis.
@google-cla

google-cla Bot commented Sep 7, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@kerrrang9214-tech kerrrang9214-tech left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants