Commit c3c314d
Fix rest test with ssl_ca_bundle due to conflicts with OS environment (#2394)
# Rationale for this change
Request sessions could load `REQUESTS_CA_BUNDLE` or `CURL_CA_BUNDLE`
from OS environment such that cabundle passed in from the UT is not
used.
https://github.com/psf/requests/blob/88dce9d854797c05d0ff296b70e0430535ef8aaf/src/requests/sessions.py#L766-L771
## Are these changes tested?
Yes
## Are there any user-facing changes?
No
---------
Co-authored-by: Fokko Driesprong <fokko@apache.org>1 parent 52ff684 commit c3c314d
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1486 | 1486 | | |
1487 | 1487 | | |
1488 | 1488 | | |
1489 | | - | |
| 1489 | + | |
1490 | 1490 | | |
1491 | 1491 | | |
1492 | 1492 | | |
| |||
1496 | 1496 | | |
1497 | 1497 | | |
1498 | 1498 | | |
| 1499 | + | |
| 1500 | + | |
1499 | 1501 | | |
1500 | 1502 | | |
1501 | 1503 | | |
| |||
0 commit comments