aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2021-11-10 15:00:45 +0000
committerKevin May <kevin.may@arm.com>2021-11-10 15:00:45 +0000
commitf87895139111c2dd0f7930090186f92aef87ae9f (patch)
tree8ac2787ceffc67bc3ce220246718de290e9c0c2b /python
parent4bc993b54a0d9d3595827425e6171c94546eb371 (diff)
downloadarmnn-f87895139111c2dd0f7930090186f92aef87ae9f.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
Diffstat (limited to 'python')
-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