TST exclude lxml==4.2.2 from tests, as it doesn't play well with Pillow

This commit is contained in:
Mikhail Korobov 2018-06-27 14:51:01 +05:00
parent fac1b2f351
commit 45f67eb64d
2 changed files with 2 additions and 0 deletions

View File

@ -1 +1,2 @@
Twisted!=18.4.0
lxml!=4.2.2

View File

@ -67,6 +67,7 @@ commands =
[testenv:py34]
basepython = python3.4
deps =
-ctests/constraints.txt
-rrequirements-py3.txt
# Extras
Pillow