Skip to content

Conversation

@winniehell
Copy link
Contributor

@winniehell winniehell commented Nov 10, 2025

@winniehell
Copy link
Contributor Author

winniehell commented Nov 10, 2025

@willingc this change would fix the failing test in #823

@rgbkrk
Copy link
Member

rgbkrk commented Nov 10, 2025

Alright, CI is churning away.

@codecov
Copy link

codecov bot commented Nov 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.29%. Comparing base (cb2eb37) to head (19e4199).
⚠️ Report is 14 commits behind head on main.

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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
Copy link
Contributor Author

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()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this failed on macOS

@rgbkrk
Copy link
Member

rgbkrk commented Nov 12, 2025

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.

@winniehell winniehell changed the title Pin azure_datalake_store to version 0.0.53 Fix failing tests in CI Nov 12, 2025
@rgbkrk
Copy link
Member

rgbkrk commented Nov 12, 2025

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.

@rgbkrk rgbkrk merged commit cf60648 into nteract:main Nov 12, 2025
9 of 13 checks passed
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