This is an automated email from the ASF dual-hosted git repository.

lausen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 51844b2  Mark test_np_mixed_precision_binary_funcs flaky (#18290)
51844b2 is described below

commit 51844b277f38240e93a54db2e2b454e480c36794
Author: Leonard Lausen <[email protected]>
AuthorDate: Tue May 12 21:52:08 2020 -0700

    Mark test_np_mixed_precision_binary_funcs flaky (#18290)
---
 ci/docker/install/requirements         | 1 +
 tests/python/unittest/test_numpy_op.py | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ci/docker/install/requirements b/ci/docker/install/requirements
index 4e4340e..ce06681 100644
--- a/ci/docker/install/requirements
+++ b/ci/docker/install/requirements
@@ -40,6 +40,7 @@ pytest-env==0.6.2
 pytest-cov==2.8.1
 pytest-xdist==1.31.0
 pytest-timeout==1.3.4
+flaky==3.6.1
 setuptools
 mock==2.0.0
 
diff --git a/tests/python/unittest/test_numpy_op.py 
b/tests/python/unittest/test_numpy_op.py
index 3472481..165b0f2 100644
--- a/tests/python/unittest/test_numpy_op.py
+++ b/tests/python/unittest/test_numpy_op.py
@@ -2560,6 +2560,7 @@ def test_np_binary_funcs():
 
 @with_seed()
 @use_np
[email protected]()
 def test_np_mixed_precision_binary_funcs():
     itypes = [np.bool, np.int8, np.int32, np.int64]
     ftypes = [np.float16, np.float32, np.float64]

Reply via email to