Skip to content

Commit

Permalink
mypy requirements: Skip lxml on Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed May 24, 2022
1 parent 9124c22 commit 543da7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion misc/requirements/requirements-mypy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ diff-cover==6.5.0
importlib-metadata==4.11.3
importlib-resources==5.7.1
Jinja2==3.1.2
lxml==4.8.0
lxml==4.8.0 ; python_version!="3.11"
MarkupSafe==2.1.1
mypy==0.950
mypy-extensions==0.4.3
Expand Down
3 changes: 3 additions & 0 deletions misc/requirements/requirements-mypy.txt-raw
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ types-PyYAML
# So stubs are available even on newer Python versions
importlib_resources
importlib_metadata

# WORKAROUND for https://bugs.launchpad.net/lxml/+bug/1969912
#@ markers: lxml python_version!="3.11"

0 comments on commit 543da7a

Please sign in to comment.