Skip to content

Commit aa34115

Browse files
committed
💚 fix vesrsion for pypy
1 parent ecdcd5f commit aa34115

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.moban.d/tests/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{% extends 'tests/requirements.txt.jj2' %}
22
{%block extras %}
3+
lxml==3.4.4;python_implementation=="PyPy"
4+
lxml==4.1.1;python_version>="3.7"
35
pyexcel
46
pyexcel-xlsxw
57
{%endblock%}

tests/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ mock;python_version<"3"
33
codecov
44
coverage
55
flake8
6+
lxml==3.4.4;python_implementation=="PyPy"
7+
lxml==4.1.1;python_version>="3.7"
68
pyexcel
79
pyexcel-xlsxw

0 commit comments

Comments
 (0)