-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Resolve CI failures with main branch #1077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The old_versions test failure looks another issue:
https://github.com/openai/openai-agents-python/actions/runs/16231269681/job/45834418871?pr=1077 |
Resolved all the failures:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm just going to fix forward - I wanted to merge bc it's a pain to add tests to a large PR, but I want to fix by EOD
OK, thanks! |
With recent realtime module related code additions, the current main branch fails due to test coverage (93%, which misses 95% target). This prevents new contributions. We can add tests and hit 95% later on, but for now, changing the config should be a reasonable choice.