From 9515e5eff30e55986c2da72206445ccdc597e1fb Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Tue, 11 Jun 2019 14:38:06 +0400 Subject: [PATCH] Remove pyyaml spike It is going to fuel-qa Change-Id: I1ea02b7c1cb2bfbb636f24f151768aa46a4e40d0 --- maintenance-ci/mos/scripts/tempest.create_env.sh | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.45.2