aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAnnie Tallund <annie.tallund@arm.com>2023-11-22 16:08:12 +0100
committerAnnie Tallund <annie.tallund@arm.com>2023-12-04 12:30:53 +0100
commit60e97eb8711eee9a682bc58820ca3e218d0baa56 (patch)
tree7a1a3b0430790688f5079587d11d67aa005f6fce /setup.cfg
parent2b5f217fb21e2d100baabd6161c8470b65669ed9 (diff)
downloadmlia-60e97eb8711eee9a682bc58820ca3e218d0baa56.tar.gz
MLIA-136 Add flaky dependency for unstable tests
- https://github.com/box/flaky - Is set to re-run tests marked with @flaky - Provides a report on failures - Add flaky guard to tests/test_nn_tensorflow_optimizations_clustering.py Signed-off-by: Annie Tallund <annie.tallund@arm.com> Change-Id: I6795fd8bb2c38be6513f3689c3eeb805e7976add
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5a68b6b..a139bb4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,6 +32,7 @@ install_requires =
tensorflow~=2.12.1
tensorflow-model-optimization~=0.7.5
ethos-u-vela~=3.9.0
+ flaky~=3.7.0
requests~=2.31.0
rich~=13.5.2
tomli~=2.0.1 ; python_version<"3.11"