X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=tests%2Frun_tests.sh;h=0ab7d8199f1bc933d81dc3adcce70142740d25b7;hp=976158582d91be1e42605aef36c41fc38dc06dcf;hb=1657066a170832505ff127e26384feba4ddbe476;hpb=dca0dff2872f6ab68a9953830fb6a11f15539ef9 diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 9761585..0ab7d81 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -39,7 +39,7 @@ setup_virtualenv() { log_info "Setting up Python virtualenv" virtualenv $VENV_DIR source ${VENV_DIR}/bin/activate - python -m pip install salt${PIP_SALT_VERSION} + python -m pip install salt${PIP_SALT_VERSION} 'msgpack<1' } setup_mock_bin() {