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

Fix test requirements #919

Merged
merged 5 commits into from
Feb 9, 2022
Merged

Fix test requirements #919

merged 5 commits into from
Feb 9, 2022

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Feb 9, 2022

and in particular

  • require pandoc==2.16.2 in tests
  • require a Python kernel for some tests

Relates to #906

@codecov
Copy link

codecov bot commented Feb 9, 2022

Codecov Report

Merging #919 (6fbbee9) into main (a1795e0) will decrease coverage by 0.02%.
The diff coverage is 95.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #919      +/-   ##
==========================================
- Coverage   99.02%   99.00%   -0.03%     
==========================================
  Files         116      116              
  Lines       10780    10907     +127     
==========================================
+ Hits        10675    10798     +123     
- Misses        105      109       +4     
Impacted Files Coverage Δ
tests/utils.py 100.00% <ø> (ø)
jupytext/pandoc.py 95.08% <80.00%> (-1.53%) ⬇️
tests/test_black.py 100.00% <100.00%> (ø)
tests/test_cli.py 99.11% <100.00%> (-0.89%) ⬇️
tests/test_execute.py 100.00% <100.00%> (ø)
jupytext/jupytext.py 98.59% <0.00%> (+0.19%) ⬆️
jupytext/__main__.py 100.00% <0.00%> (+100.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a1795e0...6fbbee9. Read the comment docs.

Because pandoc==2.17 introduces cell ids in the text representation
@mwouts mwouts merged commit 923de7e into main Feb 9, 2022
@mwouts mwouts deleted the fix_906 branch February 9, 2022 16:33
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.

1 participant