Skip to content
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

Pin nbconvert to fix a test issue #96

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

caponetto
Copy link

@caponetto caponetto commented Dec 30, 2024

@caponetto caponetto requested a review from paulovmr December 30, 2024 13:46
@codecov-commenter
Copy link

codecov-commenter commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.01%. Comparing base (cc31c1b) to head (9b50cc6).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #96      +/-   ##
==========================================
- Coverage   83.04%   83.01%   -0.03%     
==========================================
  Files         138      138              
  Lines       17266    17266              
  Branches      480      486       +6     
==========================================
- Hits        14338    14334       -4     
+ Misses       2750     2749       -1     
- Partials      178      183       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@jiridanek jiridanek left a comment

Choose a reason for hiding this comment

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

in any case, since this is just temporary situation and it does fix the ci, I'm ok with it

/approve

@@ -34,7 +34,7 @@ dependencies = [
"MarkupSafe>=2.1",
"minio>=7.0.0,!=7.2.1",
"nbclient>=0.10.0",
"nbconvert>=6.5.1",
"nbconvert==7.1.0", # Ensure compatibility with mistune<3 as `3.1.0` has issues (see https://github.com/lepture/mistune/issues/403)
Copy link
Member

Choose a reason for hiding this comment

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

my understanding is that mistune has done something silly (they renamed parse_axt_heading) and so the dependency fix should be to exclude the broken mistune and not to limit nbconvert version

@caponetto caponetto merged commit d14082d into opendatahub-io:main Dec 30, 2024
19 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.

3 participants