-
Notifications
You must be signed in to change notification settings - Fork 75
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
Temporarily pin glue-core<1.19.0 to fix test failure #2809
Conversation
Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
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.
As long as CI is green (including devdeps). Thanks!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2809 +/- ##
==========================================
+ Coverage 88.72% 88.79% +0.07%
==========================================
Files 110 110
Lines 16353 16611 +258
==========================================
+ Hits 14509 14750 +241
- Misses 1844 1861 +17 ☔ View full report in Codecov by Sentry. |
Hmm I guess devdeps failing makes sense since it isn't fixed yet. |
Yeah, I was about to comment asking if we really wanted to pin an old commit in devdeps or something rather than see it failing (and pass once it's fixed upstream). |
…fix test failure
I think letting devdeps fail is ok for now. It doesn't block anything and reminds us that upstream is broken. Thanks! |
…9-on-v3.9.x Backport PR #2809 on branch v3.9.x (Temporarily pin glue-core<1.19.0 to fix test failure)
…2809) * Temporarily pin glue-core<1.19.0 to fix test failure * Update pyproject.toml Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com> --------- Co-authored-by: P. L. Lim <2090236+pllim@users.noreply.github.com>
Fixes #2805 for now until we figure out why glue-core broke the test.