Skip to content

🧪 TESTS: Fix regression output on 32-bit systems to match 64-bit systems#523

Merged
chrisjsewell merged 2 commits intoexecutablebooks:masterfrom
stefanor:32bit
Apr 13, 2022
Merged

🧪 TESTS: Fix regression output on 32-bit systems to match 64-bit systems#523
chrisjsewell merged 2 commits intoexecutablebooks:masterfrom
stefanor:32bit

Conversation

@stefanor
Copy link
Copy Markdown
Contributor

Fixes test_sphinx_directives[35-highlight (sphinx.directives.code.Highlight):] which was failing on 32-bit platforms due to linenothreshold defaulting to sys.maxsize.

Fixes: #522

Fixes test_sphinx_directives[35-highlight (sphinx.directives.code.Highlight):]
which was failing on 32-bit platforms due to linenothreshold defaulting
to sys.maxsize.

Fixes: executablebooks#522
@welcome
Copy link
Copy Markdown

welcome bot commented Feb 19, 2022

Thanks for submitting your first pull request! You are awesome! 🤗

If you haven't done so already, check out EBP's Code of Conduct and our Contributing Guide, as this will greatly help the review process.

Welcome to the EBP community! 🎉

@chrisjsewell chrisjsewell changed the title Massage test output on 32-bit systems to match 64-bit systems 🧪 TESTS: Fix regression output on 32-bit systems to match 64-bit systems Apr 13, 2022
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2022

Codecov Report

Merging #523 (e59a911) into master (5cc398f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #523   +/-   ##
=======================================
  Coverage   89.78%   89.78%           
=======================================
  Files          16       16           
  Lines        2104     2104           
=======================================
  Hits         1889     1889           
  Misses        215      215           
Flag Coverage Δ
pytests 89.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 5cc398f...e59a911. Read the comment docs.

Copy link
Copy Markdown
Member

@chrisjsewell chrisjsewell left a comment

Choose a reason for hiding this comment

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

cheers

@chrisjsewell chrisjsewell merged commit 8f53a0b into executablebooks:master Apr 13, 2022
@welcome
Copy link
Copy Markdown

welcome bot commented Apr 13, 2022

Congrats on your first merged pull request in this project! 🎉
congrats

Thank you for contributing, we are very proud of you! ❤️

@stefanor stefanor deleted the 32bit branch April 14, 2022 01:34
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.

Test failure on 32bit platforms: test_sphinx_directives[35-highlight (sphinx.directives.code.Highlight):]

2 participants