Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 2b27379

Browse files
authored
Restrict lxml for Python 2.6. (#8)
1 parent 052d5ea commit 2b27379

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
unittest2 ; python_version < '2.7'
22
importlib ; python_version < '2.7'
33

4-
lxml
4+
lxml < 4.3.0 ; python_version < '2.7' # lxml 4.3.0 and later require python 2.7 or later
5+
lxml ; python_version >= '2.7'

0 commit comments

Comments
 (0)