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

Remove unittest2, return to unittest #6062

Merged
merged 3 commits into from
May 26, 2024

Commits on May 20, 2024

  1. Remove unittest2, return to unittest

    We are currently using a custom-modified unittest2, which itself was a
    modified version of the standard library package unittest.
    
    Originally, unittest2 allowed people to use later versions of unittest
    in early 2.* versions of python. It also backported certain utilities
    from python's 3.4 version of unittest back to python2.
    
    We don't use python2 anymore. We don't need unittest2 anymore. This
    commit removes all unittest2 and removes the custom unittest2
    dependency.
    davidlowryduda committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8e5030e View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Remove install-deps.sh

    As advocated by Edgar and David Roe at LMFDB#6062
    davidlowryduda committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f3d80e1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

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