Add pytest requirement

Fix py36 and py37 tests, they are failing since pytest is not installed.
Horizon tests need this.

Change-Id: I8755d7e11e17aad6b48e7917eb07bf286fbd6e4f
This commit is contained in:
Andreas Jaeger 2020-04-15 15:20:06 +02:00
parent f037523797
commit db7c489c7a
2 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,7 @@ pyOpenSSL==17.1.0
pyparsing==2.1.0
pyperclip==1.5.27
pyScss==1.3.4
pytest==5.3.5
python-cinderclient==3.3.0
python-dateutil==2.5.3
python-glanceclient==2.8.0

View File

@ -11,3 +11,6 @@ selenium>=2.50.1 # Apache-2.0
# Docs Requirements
sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
oslosphinx>=4.7.0 # Apache-2.0
# Horizon
pytest>=5.3.5 # MIT