aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2021-11-10 15:00:45 +0000
committerDavid Monahan <David.Monahan@arm.com>2021-11-11 15:18:52 +0000
commited371231be5282c77c6c3591309345a0deb9e365 (patch)
tree8ac2787ceffc67bc3ce220246718de290e9c0c2b
parent0f04892cba2c2dd25c249d67311390675fb35ee9 (diff)
downloadarmnn-ed371231be5282c77c6c3591309345a0deb9e365.tar.gz
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 <kevin.may@arm.com> Change-Id: I21654fc73a3e3e9d00b14119eb840df750c81b12
-rw-r--r--python/pyarmnn/tox.ini1
1 files changed, 1 insertions, 0 deletions
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