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
This commit is contained in:
Alex Schultz 2020-06-26 15:04:21 -06:00
parent b387893e21
commit cdb59feb20
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
pbr>=1.6
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