psf / requests

A simple, yet elegant, HTTP library.
https://requests.readthedocs.io/en/latest/
Apache License 2.0
52.19k stars 9.33k forks source link

Fix compatibility with pytest 8 #6682

Closed frenzymadness closed 7 months ago

frenzymadness commented 7 months ago

pytest.warns(None) has been deprecated in pytest 7.0.0 and it's no longer working in pytest 8.

Resolves: https://github.com/psf/requests/issues/6679