summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2016-02-10 13:47:04 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-02-10 13:46:35 +0900
commit2ae4f884ab310457701967e55813d2780a9e14ff (patch)
tree24566b58706d6acd13ffb6180852d8252923ad05 /tools
parent4dc709d90d031e303862a5ff97fdfe69643d7272 (diff)
tox: Adapt to PyPy interpreter
Note: Though tests may not be enough, as far as running unit test, this patch makes compatible with PyPy interpreter. Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 04ed5a23..3150b928 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -4,5 +4,6 @@ nose
pep8
pylint==0.25.0
formencode
-lxml # OF-Config
+lxml; platform_python_implementation != 'PyPy' # OF-Config
+lxml==3.4.0; platform_python_implementation == 'PyPy'
paramiko # NETCONF, BGP speaker