From 2ae4f884ab310457701967e55813d2780a9e14ff Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Wed, 10 Feb 2016 13:47:04 +0900 Subject: 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 Signed-off-by: FUJITA Tomonori --- tools/test-requires | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/test-requires') 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 -- cgit v1.2.3