]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop cgi module from test_multipart (#2424)
authorVincent Fazio <vfazio@gmail.com>
Thu, 3 Nov 2022 11:29:23 +0000 (06:29 -0500)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 11:29:23 +0000 (11:29 +0000)
commit1aea9539bbe93b26103e3a722ba0c421f7eb7f82
treeba31056fca6d3078417e5331d71c75c678422876
parentdb00b9279f0f6ecf952566854d74fb31942f305a
Drop cgi module from test_multipart (#2424)

* 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>
* 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>
Signed-off-by: Vincent Fazio <vfazio@gmail.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
requirements.txt
setup.cfg
tests/test_multipart.py