Skip to content

Commit

Permalink
Enable lxml tests on Python 3.11 (#14134)
Browse files Browse the repository at this point in the history
Ref #12840
  • Loading branch information
ilevkivskyi authored Nov 18, 2022
1 parent 1d6a5b1 commit a206096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ flake8==5.0.4 # must match version in .pre-commit-config.yaml
flake8-bugbear==22.9.23 # must match version in .pre-commit-config.yaml
flake8-noqa==1.2.9 # must match version in .pre-commit-config.yaml
isort[colors]==5.10.1 # must match version in .pre-commit-config.yaml
lxml>=4.4.0; python_version<'3.11'
lxml>=4.9.1
psutil>=4.0
# pytest 6.2.3 does not support Python 3.10
pytest>=6.2.4
Expand Down

0 comments on commit a206096

Please sign in to comment.