diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-26 11:31:48 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-26 11:33:43 +0100 |
commit | d262b55a1e29b1202cd584f859d2d221d9addb8c (patch) | |
tree | 6bc2da8e036753600f61c5ae07bc2a46d408e665 /requirements.txt | |
parent | 9c8dbc5be69b856c45ba61c525e74a4826f6a5c7 (diff) |
Stop raising keystoneauth1 exceptions in odl unit tests
It simply raises Exceptions to avoid depending on keystoneauth1.
Snaps may also reraise another exception.
Change-Id: Ib3041b2d8ff51ee098f2bf0b9918079b7945abf3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index a8b52739a..86d4b9a00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 PyYAML>=3.10.0 # MIT GitPython>=1.0.1 # BSD License (3 clause) -keystoneauth1>=3.1.0 # Apache-2.0 requests>=2.14.2 # Apache-2.0 robotframework>=3.0 scp |