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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Apr 13, 2022

Commits on Feb 19, 2022

  1. Massage test output on 32-bit systems to match 64-bit systems

    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
    stefanor committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    84b0223 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    e59a911 View commit details
    Browse the repository at this point in the history