From: Vladimir Khlyunev Date: Tue, 11 Jun 2019 10:38:06 +0000 (+0400) Subject: Remove pyyaml spike X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F41353%2F1;p=tools%2Fsustaining.git Remove pyyaml spike It is going to fuel-qa Change-Id: I1ea02b7c1cb2bfbb636f24f151768aa46a4e40d0 --- diff --git a/maintenance-ci/mos/scripts/tempest.create_env.sh b/maintenance-ci/mos/scripts/tempest.create_env.sh index 5e2cac9..bedcc1b 100644 --- a/maintenance-ci/mos/scripts/tempest.create_env.sh +++ b/maintenance-ci/mos/scripts/tempest.create_env.sh @@ -75,8 +75,6 @@ git fetch https://review.fuel-infra.org/openstack/fuel-qa "${refspec}" && git ch fi -# spike - https://github.com/yaml/pyyaml/issues/266 -pip install -U "pyyaml!=5.1" ./run_system_test.py run 'system_test.prepare_tempest_env' -q --nologcapture --with-config "${CONFIG_NAME}" deactivate