From aa7776c077f0c8a070be6420a638c91eb42df7d4 Mon Sep 17 00:00:00 2001 From: Qing Date: Wed, 16 Jan 2019 23:42:36 -0800 Subject: [PATCH] =?UTF-8?q?We=20don't=20run=20tests=20(=E2=95=AF=E2=80=B5?= =?UTF-8?q?=E2=96=A1=E2=80=B2)=E2=95=AF=EF=B8=B5=E2=94=BB=E2=94=81?= =?UTF-8?q?=E2=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/staticbuild/build_wheel.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/staticbuild/build_wheel.sh b/tools/staticbuild/build_wheel.sh index d2cb927cf729..9c1803b3dad7 100755 --- a/tools/staticbuild/build_wheel.sh +++ b/tools/staticbuild/build_wheel.sh @@ -26,5 +26,3 @@ python setup.py bdist_wheel wheel_name=$(ls -t dist | head -n 1) pip install -U --user --force-reinstall dist/$wheel_name -cd .. -python nosetests -v $(ls tests/python/unittest/test_gluon*.py | grep -v data | grep -v model_zoo | grep -v utils | grep -v rnn)