Skip to content

Commit 9e4f50f

Browse files
emmatypingilevkivskyi
authored andcommitted
Require LXML <4.0 (#3965)
This is needed as the latest lxml release does not have Windows wheels yet, so it will cause issues with CI and installs from git.
1 parent 3db1451 commit 9e4f50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
flake8
22
flake8-bugbear; python_version >= '3.5'
33
flake8-pyi; python_version >= '3.6'
4-
lxml; sys_platform != 'win32' or python_version == '3.5' or python_version == '3.6'
4+
lxml<4.0.0; sys_platform != 'win32' or python_version == '3.5' or python_version == '3.6'
55
typed-ast>=1.1.0,<1.2.0
66
pytest>=3.0
77
pytest-xdist>=1.18

0 commit comments

Comments
 (0)