diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-24 10:38:19 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-07-27 11:30:39 +0200 |
commit | 7857e71b783ce037d0ff5239f20315c445f91dc5 (patch) | |
tree | 4f0f1aa68f988233d8557266fc8feb7270d557af | |
parent | fa8f32f2d4919ac83a00ea8012a7f0de0de9241c (diff) |
Updated from global requirements
Change-Id: Icb22ff53d7aa123d42c06d60dff6f632ff78aa98
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | test-requirements.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index dc4eab10e..c997c3659 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ xtesting os-client-config # Apache-2.0 shade # Apache-2.0 ruamel.yaml.jinja2 # MIT -tempest +tempest # Apache-2.0 rally rally-openstack diff --git a/test-requirements.txt b/test-requirements.txt index b027ad3e4..d82076fa0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,7 +7,7 @@ nose # LGPL flake8<2.6.0,>=2.5.4 # MIT pylint # GPLv2 sphinx!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0;python_version>='3.4' # BSD sphinx-rtd-theme yamllint ansible-lint |