-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Tests
-
None
With the implementation of the URI options specification, many of the client options used in various places in the test-suite now raise DeprecationWarning. The tests should be updated to use the new option names.
For example, ClientContext creates an SSL-enabled client by setting the ssl_certfile, ssl_ca_certs and ssl_cert_reqs kwarg options. ClientContext should be updated to use the modern-equivalents of these options: tlscertificatekeyfile, tlsCAFile, and tlsAllowInvalidCertificates.
- duplicates
-
PYTHON-2162 Remove support for ssl* URI options
- Closed
- is related to
-
PYTHON-1827 Unified URI options follow on work
- Closed
-
PYTHON-2272 Avoid uuidRepresentation deprecation warning in test suite
- Closed