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

Add support for Python 3.11 #385

Merged
merged 6 commits into from
Nov 14, 2023
Merged

Add support for Python 3.11 #385

merged 6 commits into from
Nov 14, 2023

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    e1d0fa4 View commit details
    Browse the repository at this point in the history
  2. Patch path.py for Python 3.11 compatibility

    Opening files with the 'U' mode is now the default behavior in
    Python 3, has been deprecated and removed in Python 3.11
    sbesson committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b4a5342 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    614a2e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    986aa84 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

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

Commits on Oct 30, 2023

  1. test_admin: remove MockCLI class in favor of Python mock library

    Use mock.patch and mock.patch.object to patch the CLI methods
    associated with the admin subcommands
    Use mock asserts to confirm the right arguments are being passed
    to popen, call, err and out
    sbesson committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d378c39 View commit details
    Browse the repository at this point in the history