Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: please provide support for werkzeug 3.0.x #84

Closed
kloczek opened this issue Nov 4, 2023 · 2 comments · Fixed by #91
Closed

RFE: please provide support for werkzeug 3.0.x #84

kloczek opened this issue Nov 4, 2023 · 2 comments · Fixed by #91

Comments

@kloczek
Copy link

kloczek commented Nov 4, 2023

test = [
"requests",
"pytest",
"werkzeug<2.1.0",

@gsakkis
Copy link

gsakkis commented Feb 5, 2024

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

@bgb10
Copy link
Contributor

bgb10 commented Feb 21, 2024

@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

graingert added a commit to graingert/pytest-httpbin that referenced this issue Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants