marcoabreu commented on a change in pull request #13916: Static build for Python URL: https://github.com/apache/incubator-mxnet/pull/13916#discussion_r248553686
########## File path: tools/staticbuild/build_wheel.sh ########## @@ -26,4 +26,5 @@ python setup.py bdist_wheel wheel_name=$(ls -t dist | head -n 1) pip install -U --user --force-reinstall dist/$wheel_name -python sanity_test.py +cd .. +python nosetests -v $(ls tests/python/unittest/test_gluon*.py | grep -v data | grep -v model_zoo | grep -v utils | grep -v rnn) Review comment: Could we run tests separately? When compiling, I wouldn't expect to run tests. Also, the build environments could might not be prepared to run mxnet (our GPU complication environment, for example, doesn't). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
