Skip to content

Fix failing tests in CI#826

Merged
rgbkrk merged 4 commits into
nteract:mainfrom
winniehell:winniehell-adl-auth
Nov 12, 2025
Merged

Fix failing tests in CI#826
rgbkrk merged 4 commits into
nteract:mainfrom
winniehell:winniehell-adl-auth

Conversation

@winniehell

@winniehell winniehell commented Nov 10, 2025

Copy link
Copy Markdown
Contributor

@winniehell

winniehell commented Nov 10, 2025

Copy link
Copy Markdown
Contributor Author

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

@rgbkrk

rgbkrk commented Nov 10, 2025

Copy link
Copy Markdown
Member

Alright, CI is churning away.

@codecov

codecov Bot commented Nov 10, 2025

Copy link
Copy Markdown

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.

Comment thread papermill/tests/test_execute.py
Comment thread requirements/dev.txt
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
Copy Markdown
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
Copy Markdown
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

rgbkrk commented Nov 12, 2025

Copy link
Copy Markdown
Member

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

rgbkrk commented Nov 12, 2025

Copy link
Copy Markdown
Member

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