···48 ln -s ${xgboost}/bin/xgboost ../xgboost
49 '';
5051+ # tests are extremely cpu intensive, only run basic tests to ensure package is working
52+ pytestFlagsArray = ["../tests/python/test_basic.py"];
53 disabledTestPaths = [
54 # Requires internet access: https://github.com/dmlc/xgboost/blob/03cd087da180b7dff21bd8ef34997bf747016025/tests/python/test_ranking.py#L81
55 "../tests/python/test_ranking.py"