Fix missing requirements for tests

We added heatclient and metalsmith requirements as part of our modules
so we need to make sure to properly capture them.

Change-Id: Ia5859ecf0822f19b9f04dda79d5b8b5eaf5220be
(cherry picked from commit cdb59feb20)
This commit is contained in:
Alex Schultz 2020-06-26 15:04:21 -06:00 committed by Emilien Macchi
parent 4a6174af21
commit b93a1c61a6
1 changed files with 2 additions and 0 deletions

View File

@ -2,5 +2,7 @@ pbr>=1.6
paunch>=5.1.0 # Apache-2.0
tripleo-common>=11.3.1 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
python-heatclient # Apache-2.0
python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0,<4.0.0;python_version=='2.7' # Apache-2.0
python-ironicclient!=2.5.2,!=2.7.1,!=3.0.0,>=2.3.0;python_version>='3.6' # Apache-2.0
metalsmith # Apache-2.0