-
Notifications
You must be signed in to change notification settings - Fork 443
Fix failing tests in CI #826
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
|
Alright, CI is churning away. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #826 +/- ##
==========================================
- Coverage 91.54% 91.29% -0.25%
==========================================
Files 17 17
Lines 1621 1632 +11
==========================================
+ Hits 1484 1490 +6
- Misses 137 142 +5 🚀 New features to boost your workflow:
|
| google_compute_engine # Need this because boto has issues with dynamic package loading during tests if other google components are there | ||
| ipython>=5.0 | ||
| # newer versions of ipython have different imports and require refactoring | ||
| ipython>=5.0,<9.0.0 |
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.
the other test failure was caused by an import error
| assert Path.cwd() != old_cwd | ||
| assert Path.cwd() == Path(temp_dir) | ||
| assert Path.cwd().resolve() != old_cwd.resolve() | ||
| assert Path.cwd().resolve() == Path(temp_dir).resolve() |
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.
this failed on macOS
|
Since you've gotten this much further on unblocking other PRs, I'd say it's ok for us to merge this. Then you can tackle the other issues in new PRs. |
|
Not sure what the pending runs for the others are waiting on. Codecov going down for this fix seems irrelevant. Let's get this out there to help other PRs out. |
Uh oh!
There was an error while loading. Please reload this page.