diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-08 16:34:59 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-06-08 16:39:41 +0200 |
commit | b4852a277c69e3e2f44c9fb2bce8a787b2da3457 (patch) | |
tree | d6272c458e01920441bc4becdcf3fd89db23c208 | |
parent | a07b2fcc37edebf3943c5a893c16950261fa29c0 (diff) |
Pin ruamel.yaml.jinja2
It's out of openstack/requirements and last version breaks our stable
containers [1]. It will be updated in master in a second step to ease
cherry-picking.
[1] https://build.opnfv.org/ci/job/functest-verify-unit-tests-and-docs-hunter/322/console
Change-Id: I76e1965d49e6be6f185611bcfcd056d81bc599fe
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 3472870b0e42c135d004e0006ad3e3607036e553)
-rw-r--r-- | upper-constraints.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upper-constraints.txt b/upper-constraints.txt index 5b303d440..7bcd44336 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -21,3 +21,4 @@ git+https://git.openstack.org/openstack/networking-sfc@8.0.0#egg=networking_sfc neutron===14.0.1 os-faults===0.2.1 bandit===1.1.0 +ruamel.yaml.jinja2==0.2.2 |