Add pytest requirement to fix jobs

Recently horizon added pytest d6fe0170ee2bc14eab27f8bdf0deb57706b85bb7
which causes the job failure here. This patch adds the pytest in
the 'lower-constraints.txt' and 'test-requirements.txt' to fix
gate.

Change-Id: Iebc13eabb514377d7efd02391d20d2e6e14b451c
This commit is contained in:
manchandavishal 2020-04-17 07:22:46 +00:00
parent 36e233ca39
commit fd677c302a
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@ pyOpenSSL==17.5.0
pyparsing==2.2.0
pyperclip==1.6.0
pyScss==1.3.7
pytest==5.3.5
python-cinderclient==5.0.0
python-dateutil==2.7.0
python-glanceclient==2.9.1

View File

@ -11,6 +11,7 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD
nodeenv>=0.9.4 # BSD
pytest>=5.3.5 # MIT
selenium>=2.50.1 # Apache-2.0
# This also needs xvfb library installed on your OS
xvfbwrapper>=0.1.3 #license: MIT