pytest-httpbin icon indicating copy to clipboard operation
pytest-httpbin copied to clipboard

RFE: please provide support for werkzeug 3.0.x

Open kloczek opened this issue 1 year ago • 2 comments

https://github.com/kevin1024/pytest-httpbin/blob/0bd7637a5c59b1a8376b9a4f051b02a97abb8c1b/pyproject.toml#L40-L43

kloczek avatar Nov 04 '23 21:11 kloczek

Currently installing pytest-httpbin is broken: ImportError: cannot import name 'parse_authorization_header' from 'werkzeug.http'

gsakkis avatar Feb 05 '24 09:02 gsakkis

@gsakkis that's because of httpbin and not an pytest-httpbin error, because httpbin used werkzeug's deprecated function. From 24.02.21, httpbin released patch for fixing those error. So that error won't happen

bgb10 avatar Feb 21 '24 03:02 bgb10