mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 06:46:15 +00:00
e253eba5ed
pytest-httpbin<1.0 ships with a server certificate with a commonName but no subjectAltName. urllib3 2.0 will stop supporting those in the future, so we want to upgrade pytest-httpbin. Unfortunately, `test_https_warnings` was relying on this broken certificate. With this change, we use `trustme` to create a broken certificate specifically for this test, so that we can upgrade pytest-httpbin and make sure that other tests relying on httpbin TLS support will continue to work with urllib3 2.0.
9 lines
120 B
Plaintext
9 lines
120 B
Plaintext
pytest>=2.8.0,<=3.10.1
|
|
pytest-cov
|
|
pytest-httpbin==1.0.0
|
|
pytest-mock==2.0.0
|
|
httpbin==0.7.0
|
|
Flask>=1.0,<2.0
|
|
trustme
|
|
wheel
|