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 some python2-isms #555

Merged
merged 4 commits into from Nov 28, 2022
Merged

Fix some python2-isms #555

merged 4 commits into from Nov 28, 2022

Commits on Nov 28, 2022

  1. Remove legacy TestSuite collection

    This was remnant when we were using `unittest`; now no longer necessary
    because we now uses `pytest`, as well as `unittest` now have
    `discover()` anyway.
    lieryan committed Nov 28, 2022
    Copy the full SHA
    c048606 View commit details
    Browse the repository at this point in the history
  2. Fix outdated import

    lieryan committed Nov 28, 2022
    Copy the full SHA
    a1c48fe View commit details
    Browse the repository at this point in the history
  3. Update to use f-string

    Done using:
    
        $ pyupgrade --py36-plus
    lieryan committed Nov 28, 2022
    Copy the full SHA
    2703604 View commit details
    Browse the repository at this point in the history
  4. Black

    lieryan committed Nov 28, 2022
    Copy the full SHA
    b52bc9c View commit details
    Browse the repository at this point in the history