You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/11/07 03:27:46 UTC

[incubator-mxnet] 01/01: Update pytest version

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

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

commit 4fd91a299920c56915b2047215de78699418a15a
Author: Leonard Lausen <la...@amazon.com>
AuthorDate: Fri Nov 6 19:26:53 2020 -0800

    Update pytest version
---
 ci/docker/install/requirements | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/ci/docker/install/requirements b/ci/docker/install/requirements
index e7e6fd4..0654fe2 100644
--- a/ci/docker/install/requirements
+++ b/ci/docker/install/requirements
@@ -36,15 +36,14 @@ Cython==0.29.7
 cpplint==1.3.0
 pylint==2.3.1  # pylint and astroid need to be aligned
 astroid==2.3.3  # pylint and astroid need to be aligned
-pytest==5.3.5
+pytest==6.1.2
 pytest-env==0.6.2
-pytest-cov==2.8.1
-pytest-xdist==1.31.0
-pytest-timeout==1.3.4
-flaky==3.6.1
+pytest-cov==2.10.1
+pytest-xdist==2.1.0
+pytest-timeout==1.4.2
+flaky==3.7.0
 setuptools==49.6.0  # https://github.com/pypa/setuptools/issues/2352
 wheel
-mock==2.0.0
 
 # TVM dependencies
 decorator==4.4.0