File: workaround-sushy-requests-verify-handling-6879c273b651246f.yaml

package info (click to toggle)
python-sushy 5.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,620 kB
  • sloc: python: 14,026; makefile: 24; sh: 2
file content (9 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    Workaround for https://github.com/psf/requests/issues/3829
    If the env ``REQUESTS_CA_BUNDLE`` is set the ``requests.Session()``
    ignores the verify parameter. Therefore the verify parameter
    is moved directly into the function call of requests.