From ed371231be5282c77c6c3591309345a0deb9e365 Mon Sep 17 00:00:00 2001 From: Kevin May Date: Wed, 10 Nov 2021 15:00:45 +0000 Subject: Fix for pyarmnn py35 Unit Tests * py35 unit tests require more-itertools 8.10.0 as latest version 8.11.0 breaks with py35 Signed-off-by: Kevin May Change-Id: I21654fc73a3e3e9d00b14119eb840df750c81b12 --- python/pyarmnn/tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyarmnn/tox.ini b/python/pyarmnn/tox.ini index 7fa437c33f..f791dba95c 100644 --- a/python/pyarmnn/tox.ini +++ b/python/pyarmnn/tox.ini @@ -13,6 +13,7 @@ deps = pytest==5.2.0 numpy==1.17.2 pillow==6.1.0 requests==2.23.0 + more-itertools==8.10.0 recreate = True whitelist_externals = /bin/sh -- cgit v1.2.1