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

Drop cgi module from test_multipart #2424

Merged
merged 3 commits into from Nov 3, 2022

Commits on Oct 26, 2022

  1. Use multipart instead of cgi for multipart tests

    The cgi module has been deprecated as of python 3.11.
    
    Signed-off-by: Vincent Fazio <vfazio@gmail.com>
    vfazio committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    c710c86 View commit details
    Browse the repository at this point in the history
  2. Update setup.cfg

    All references to the cgi module have all been removed so there's no
    longer a need to silence those deprecation warnings.
    
    The deprecation warning for certifi is resolved as of version 2022.09.24.
    
    Signed-off-by: Vincent Fazio <vfazio@gmail.com>
    vfazio committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    6f4eeed View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

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