Skip to content

Python: Fix workflow tests pyright warnings#4362

Draft
TaoChenOSU wants to merge 1 commit intomicrosoft:mainfrom
TaoChenOSU:taochen/python-fix-workflow-test-pyright-warnings
Draft

Python: Fix workflow tests pyright warnings#4362
TaoChenOSU wants to merge 1 commit intomicrosoft:mainfrom
TaoChenOSU:taochen/python-fix-workflow-test-pyright-warnings

Conversation

@TaoChenOSU
Copy link
Contributor

@TaoChenOSU TaoChenOSU commented Feb 28, 2026

Motivation and Context

Closes #777

Description

Fix warnings appear in workflow test files. Since workflow rely on typing, we are also enabling type checks for workflow tests.

Contribution Checklist

  • The code builds clean without any errors or warnings
  • The PR follows the Contribution Guidelines
  • All unit tests pass, and I have added new tests where possible
  • Is this a breaking change? If yes, add "[BREAKING]" prefix to the title of the PR.

@TaoChenOSU TaoChenOSU self-assigned this Feb 28, 2026
@TaoChenOSU TaoChenOSU added the workflows Related to Workflows in agent-framework label Feb 28, 2026
@github-actions github-actions bot changed the title Fix workflow tests pyright warnings Python: Fix workflow tests pyright warnings Feb 28, 2026
@markwallace-microsoft
Copy link
Member

Python Test Coverage

Python Test Coverage Report •
FileStmtsMissCoverMissing
TOTAL22222276087% 
report-only-changed-files is enabled. No files were changed during this commit :)

Python Unit Test Overview

Tests Skipped Failures Errors Time
4714 247 💤 0 ❌ 0 🔥 1m 19s ⏱️

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

Labels

python workflows Related to Workflows in agent-framework

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Python: fix pylance / pyright / typing warnings in workflow unit tests

2 participants