8000 Update lxml test requirement to 5.3.0 by cdce8p · Pull Request #18558 · python/mypy · GitHub
[go: up one dir, main page]

Skip to content

Update lxml test requirement to 5.3.0 #18558

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

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
-r build-requirements.txt
attrs>=18.0
filelock>=3.3.0
# lxml 4.9.3 switched to manylinux_2_28, the wheel builder still uses manylinux2014
lxml>=4.9.1,<4.9.3; (python_version<'3.11' or sys_platform!='win32') and python_version<'3.12'
lxml>=5.3.0; python_version<'3.14'
psutil>=4.0
pytest>=8.1.0
pytest-xdist>=1.34.0
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ identify==2.6.6
# via pre-commit
iniconfig==2.0.0
# via pytest
lxml==4.9.2 ; (python_version < "3.11" or sys_platform != "win32") and python_version < "3.12"
lxml==5.3.0 ; python_version < "3.14"
# via -r test-requirements.in
mypy-extensions==1.0.0
# via -r mypy-requirements.txt
Expand Down
Loading
0