diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-28 20:02:54 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-28 20:04:04 +0200 |
commit | 377e4d133fbecca294056cbdda4654041a9f3be8 (patch) | |
tree | 82bd8fef65f221ef229e938faade112a6ef6e69c | |
parent | 83961346e79e291e96a7178d81a74e117aefd76f (diff) |
Pin ruamel.yaml to 0.15.100
The last versions published between verification and build fails
(0.16.0).
Change-Id: I3ff72353ea29d8b5d946e3d15c21833c58211e0e
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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 d87a1a1a8..b26f1244e 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -25,3 +25,4 @@ git+https://github.com/xrally/xrally-kubernetes.git#egg=xrally-kubernetes git+https://github.com/esnme/ultrajson@d25e024f481c5571d15f3c0c406a498ca0467cfd#egg=ujson pylint===1.9.5;python_version=='2.7' pylint===2.3.1;python_version=='3.7' +ruamel.yaml===0.15.100 |