Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing Werkzeug test requirement
Used in `test/unit/util/test_get_url.py` since commit 69ebbb7 . Pin Werkzeug in `lib/galaxy/dependencies/dev-requirements.txt` to latest version compatible with pytest-httpserver 1.0.6 . Fix unit test collection error on Python 3.11: ``` File "/home/runner/work/galaxy/galaxy/galaxy root/.tox/unit-coverage/lib/python3.11/site-packages/pytest_httpserver/httpserver.py", line 26, in <module> from werkzeug.http import parse_authorization_header ImportError: cannot import name 'parse_authorization_header' from 'werkzeug.http' (/home/runner/work/galaxy/galaxy/galaxy root/.tox/unit-coverage/lib/python3.11/site-packages/werkzeug/http.py) ```
- Loading branch information