gabrielfalcao / HTTPretty

Intercept HTTP requests at the Python socket level. Fakes the whole socket module

Home Page:https://httpretty.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_httpretty_should_handle_paths_starting_with_two_slashes needs update

jpopelka opened this issue · comments

Hello,
Trying to package this module for Mageia, we see this issue.
Is it a problem with the test which is wrong or that really that paths starting with // are no more handled?

The test started failing with requests 2.32.2 (I didn't test 2.32.0, sorry), probably with psf/requests#6644.